Searched refs:desRectBottomRepeat (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 | 728 SkRect desRectBottomRepeat = SkRect::MakeXYWH( in PaintBorderImageRepeat() local 731 … canvas->drawImageRect(image_, srcRectBottom_, desRectBottomRepeat, SkSamplingOptions(), &paint, in PaintBorderImageRepeat() 877 … RSRect desRectBottomRepeat = RSRect(repeatHorizontalStart, offsetBottomY - bottomWidth_, in PaintBorderImageRepeat() local 879 … canvas->DrawImageRect(*image_, srcRectBottom_, desRectBottomRepeat, samplingOpetions); in PaintBorderImageRepeat()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | border_image_painter.cpp | 478 … RSRect desRectBottomRepeat = RSRect(repeatHorizontalStart, offsetBottomY - bottomWidth_, in PaintBorderImageRepeat() local 480 canvas.DrawImageRect(image_, srcRectBottom_, desRectBottomRepeat, options); in PaintBorderImageRepeat()
|