Home
last modified time | relevance | path

Searched refs:desRectBottomRepeat (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Dborder_image_painter.cpp728 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 Dborder_image_painter.cpp478 … RSRect desRectBottomRepeat = RSRect(repeatHorizontalStart, offsetBottomY - bottomWidth_, in PaintBorderImageRepeat() local
480 canvas.DrawImageRect(image_, srcRectBottom_, desRectBottomRepeat, options); in PaintBorderImageRepeat()