Searched refs:srcRectBottomLeft (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 | 701 …SkRect srcRectBottomLeft = SkRect::MakeXYWH(imageWidth_ - rightSlice_ - halfSurplusHorizontalLengt… in PaintBorderImageRepeat() local 706 …canvas->drawImageRect(image_, srcRectBottomLeft, desRectBottomLeftEnd, SkSamplingOptions(), &paint, in PaintBorderImageRepeat() 856 … RSRect srcRectBottomLeft = RSRect(imageWidth_ - rightSlice_ - halfSurplusHorizontalLength, in PaintBorderImageRepeat() local 860 … canvas->DrawImageRect(*image_, srcRectBottomLeft, desRectBottomLeftEnd, samplingOpetions); in PaintBorderImageRepeat()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | border_image_painter.cpp | 457 … RSRect srcRectBottomLeft = RSRect(imageWidth_ - rightSlice_ - halfSurplusHorizontalLength, in PaintBorderImageRepeat() local 461 canvas.DrawImageRect(image_, srcRectBottomLeft, desRectBottomLeftEnd, options); in PaintBorderImageRepeat()
|