Searched refs:srcRectRightBottom (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 | 317 SkRect srcRectRightBottom = in PaintBorderImageCorners() local 339 … canvas->drawImageRect(image_, srcRectRightBottom, desRectRightBottom, SkSamplingOptions(), &paint, in PaintBorderImageCorners() 357 RSRect srcRectRightBottom = in PaintBorderImageCorners() local 382 canvas->DrawImageRect(*image_, srcRectRightBottom, desRectRightBottom, samplingOpetions); in PaintBorderImageCorners() 786 SkRect srcRectRightBottom = in PaintBorderImageRepeat() local 791 …canvas->drawImageRect(image_, srcRectRightBottom, desRectRightBottomEnd, SkSamplingOptions(), &pai… in PaintBorderImageRepeat() 924 RSRect srcRectRightBottom = in PaintBorderImageRepeat() local 928 … canvas->DrawImageRect(*image_, srcRectRightBottom, desRectRightBottomEnd, samplingOpetions); in PaintBorderImageRepeat()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | border_image_painter.cpp | 260 RSRect srcRectRightBottom = in PaintBorderImageCorners() local 282 canvas.DrawImageRect(image_, srcRectRightBottom, desRectRightBottom, options); in PaintBorderImageCorners() 525 RSRect srcRectRightBottom = in PaintBorderImageRepeat() local 529 canvas.DrawImageRect(image_, srcRectRightBottom, desRectRightBottomEnd, options); in PaintBorderImageRepeat()
|