Home
last modified time | relevance | path

Searched refs:PaintBorderImageRound (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Dborder_image_painter.h62 void PaintBorderImageRound(const Offset& offset, SkCanvas* canvas, SkPaint& paint);
69 void PaintBorderImageRound(const Offset& offset, RSCanvas* canvas, RSBrush& brush);
H A Dborder_image_painter.cpp230 PaintBorderImageRound(ceiledOffset, canvas, paint); in PaintBorderImage()
259 PaintBorderImageRound(ceiledOffset, canvas, brush); in PaintBorderImage()
449 void BorderImagePainter::PaintBorderImageRound(const Offset& offset, SkCanvas* canvas, SkPaint& pai… in PaintBorderImageRound() function in OHOS::Ace::BorderImagePainter
510 void BorderImagePainter::PaintBorderImageRound(const Offset& offset, RSCanvas* canvas, RSBrush& bru… in PaintBorderImageRound() function in OHOS::Ace::BorderImagePainter
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dborder_image_painter.h47 void PaintBorderImageRound(const OffsetF& offset, RSCanvas& canvas) const;
H A Dborder_image_painter.cpp218 PaintBorderImageRound(ceiledOffset, canvas); in PaintBorderImage()
310 void BorderImagePainter::PaintBorderImageRound(const OffsetF& offset, RSCanvas& canvas) const in PaintBorderImageRound() function in OHOS::Ace::NG::BorderImagePainter
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/
H A Dborder_image_painter_test_ng.cpp467 borderImagePainter.PaintBorderImageRound(OFFSET_F, canvas);