Searched refs:desRectRightRound (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | border_image_painter.cpp | 500 SkRect desRectRightRound = in PaintBorderImageRound() local 504 …image_, srcRectRight_, desRectRightRound, SkSamplingOptions(), &paint, SkCanvas::kStrict_SrcRectCo… in PaintBorderImageRound() 557 RSRect desRectRightRound = in PaintBorderImageRound() local 559 canvas->DrawImageRect(*image_, srcRectRight_, desRectRightRound, samplingOpetions); in PaintBorderImageRound() 631 SkRect desRectRightRound = in PaintBorderImageSpace() local 635 …image_, srcRectRight_, desRectRightRound, SkSamplingOptions(), &paint, SkCanvas::kStrict_SrcRectCo… in PaintBorderImageSpace() 643 RSRect desRectRightRound = RSRect( in PaintBorderImageSpace() 645 canvas->DrawImageRect(*image_, srcRectRight_, desRectRightRound, RSSamplingOptions()); in PaintBorderImageSpace()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | border_image_painter.cpp | 355 RSRect desRectRightRound = in PaintBorderImageRound() local 357 canvas.DrawImageRect(image_, srcRectRight_, desRectRightRound, options); in PaintBorderImageRound() 410 RSRect desRectRightRound = RSRect( in PaintBorderImageSpace() local 412 canvas.DrawImageRect(image_, srcRectRight_, desRectRightRound, options); in PaintBorderImageSpace()
|