Home
last modified time | relevance | path

Searched defs:outerRRect (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
Dflutter_decoration_painter.cpp725 flutter::RRect outerRRect = GetOuterRRect(offset + margin_.GetOffsetInPx(scale_), border); in PaintDecoration() local
823 flutter::RRect outerRRect = GetOuterRRect(offset + margin_.GetOffsetInPx(scale_), border); in PaintDecoration() local
844 void FlutterDecorationPainter::PaintGrayScale(const flutter::RRect& outerRRect, SkCanvas* canvas, in PaintGrayScale()
871 void FlutterDecorationPainter::PaintBrightness(const flutter::RRect& outerRRect, SkCanvas* canvas, in PaintBrightness()
901 void FlutterDecorationPainter::PaintContrast(const flutter::RRect& outerRRect, SkCanvas* canvas, in PaintContrast()
929 void FlutterDecorationPainter::PaintColorBlend(const flutter::RRect& outerRRect, SkCanvas* canvas, in PaintColorBlend()
953 void FlutterDecorationPainter::PaintSaturate(const flutter::RRect& outerRRect, SkCanvas* canvas, in PaintSaturate()
983 void FlutterDecorationPainter::PaintSepia(const flutter::RRect& outerRRect, SkCanvas* canvas, in PaintSepia()
1021 void FlutterDecorationPainter::PaintInvert(const flutter::RRect& outerRRect, SkCanvas* canvas, in PaintInvert()
1054 void FlutterDecorationPainter::PaintHueRotate(const flutter::RRect& outerRRect, SkCanvas* canvas, in PaintHueRotate()
[all …]
Drosen_decoration_painter.cpp1409 const SkRRect& outerRRect, SkCanvas* canvas, const Dimension& grayscale, const Color& color) in PaintGrayScale()
1435 void RosenDecorationPainter::PaintGrayScale(const RSRoundRect& outerRRect, RSCanvas* canvas, in PaintGrayScale()
1466 const SkRRect& outerRRect, SkCanvas* canvas, const Dimension& brightness, const Color& color) in PaintBrightness()
1495 void RosenDecorationPainter::PaintBrightness(const RSRoundRect& outerRRect, in PaintBrightness()
1528 const SkRRect& outerRRect, SkCanvas* canvas, const Dimension& contrast, const Color& color) in PaintContrast()
1555 void RosenDecorationPainter::PaintContrast(const RSRoundRect& outerRRect, RSCanvas* canvas, in PaintContrast()
1587 const SkRRect& outerRRect, SkCanvas* canvas, const Color& colorBlend, const Color& color) in PaintColorBlend()
1610 void RosenDecorationPainter::PaintColorBlend(const RSRoundRect& outerRRect, in PaintColorBlend()
1635 const SkRRect& outerRRect, SkCanvas* canvas, const Dimension& saturate, const Color& color) in PaintSaturate()
1664 void RosenDecorationPainter::PaintSaturate(const RSRoundRect& outerRRect, in PaintSaturate()
[all …]
/foundation/arkui/ace_engine/frameworks/core/components/box/
Dflutter_render_box.cpp273 flutter::RRect outerRRect; in Paint() local
638 flutter::RRect outerRRect = GetBoxRRect(margin_.GetOffset(), border, 0.0, true); in GetClipLayer() local
Drosen_render_box.cpp325 SkRRect outerRRect = local
329 RSRoundRect outerRRect = RSRoundRect(); local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
Dskia_canvas.cpp207 SkRRect outerRRect; in DrawNestedRoundRect() local