Home
last modified time | relevance | path

Searched refs:ClipRoundedRect (Results 1 – 21 of 21) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Drounded_inner_rect_clipper.cc65 context.ClipRoundedRect(rrect); in RoundedInnerRectClipper()
H A Dbox_painter.cc172 paint_info.context.ClipRoundedRect(border); in PaintBoxDecorationBackgroundWithRect()
H A Dbox_border_painter.cc704 graphics_context.ClipRoundedRect(outer_); in PaintBorder()
1142 graphics_context.ClipRoundedRect(inner_clip); in DrawDoubleBoxSideFromPath()
1213 graphics_context.ClipRoundedRect(clip_rect); in DrawRidgeGrooveBoxSideFromPath()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Drounded_inner_rect_clipper.cc65 context.ClipRoundedRect(rrect); in RoundedInnerRectClipper()
H A Dbox_painter.cc160 paint_info.context.ClipRoundedRect(border); in PaintBoxDecorationBackgroundWithRect()
H A Dbox_border_painter.cc709 graphics_context.ClipRoundedRect(outer_); in PaintBorder()
1147 graphics_context.ClipRoundedRect(inner_clip); in DrawDoubleBoxSideFromPath()
1216 graphics_context.ClipRoundedRect(clip_rect); in DrawRidgeGrooveBoxSideFromPath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/ng/
H A Dng_fieldset_painter.cc109 graphics_context.ClipRoundedRect(border); in PaintBoxDecorationBackground()
H A Dng_box_fragment_painter.cc1133 paint_info.context.ClipRoundedRect(border); in PaintBoxDecorationBackgroundWithRectImpl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/
H A Dgraphics_context.cc560 ClipRoundedRect(rect); in DrawInnerShadow()
1225 void GraphicsContext::ClipRoundedRect(const FloatRoundedRect& rrect, in ClipRoundedRect() function in blink::GraphicsContext
1246 ClipRoundedRect(rect, SkClipOp::kDifference); in ClipOutRoundedRect()
H A Dgraphics_context.h272 void ClipRoundedRect(const FloatRoundedRect&,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/
H A Dgraphics_context.cc557 ClipRoundedRect(rect); in DrawInnerShadow()
1207 void GraphicsContext::ClipRoundedRect(const FloatRoundedRect& rrect, in ClipRoundedRect() function in blink::GraphicsContext
1228 ClipRoundedRect(rect, SkClipOp::kDifference); in ClipOutRoundedRect()
H A Dgraphics_context.h275 void ClipRoundedRect(const FloatRoundedRect&,
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/jung-kurt/gofpdf/
H A Ddef.go340 ClipRoundedRect(x, y, w, h, r float64, outline bool) methodSpec
H A Dfpdf_test.go1189 pdf.ClipRoundedRect(10, y, 120, 20, 5, true)
H A Dfpdf.go1487 func (f *Fpdf) ClipRoundedRect(x, y, w, h, r float64, outline bool) { func
/dports/editors/o/o-2.46.0/vendor/github.com/jung-kurt/gofpdf/
H A Ddef.go340 ClipRoundedRect(x, y, w, h, r float64, outline bool) methodSpec
H A Dfpdf.go1487 func (f *Fpdf) ClipRoundedRect(x, y, w, h, r float64, outline bool) { func
/dports/editors/o/o-2.46.0/vendor/github.com/jung-kurt/gofpdf/gofpdf-1.16.2/
H A Ddef.go340 ClipRoundedRect(x, y, w, h, r float64, outline bool) methodSpec
H A Dfpdf_test.go1189 pdf.ClipRoundedRect(10, y, 120, 20, 5, true)
H A Dfpdf.go1487 func (f *Fpdf) ClipRoundedRect(x, y, w, h, r float64, outline bool) { func
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/ng/
H A Dng_box_fragment_painter.cc888 paint_info.context.ClipRoundedRect(border); in PaintBoxDecorationBackgroundWithRect()