Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Dborder_image_painter.cpp685 SkRect srcRectTopLeft = SkRect::MakeXYWH( in PaintBorderImageRepeat() local
690 … canvas->drawImageRect(image_, srcRectTopLeft, desRectTopLeftEnd, SkSamplingOptions(), &paint, in PaintBorderImageRepeat()
844 RSRect srcRectTopLeft = RSRect( in PaintBorderImageRepeat() local
848 canvas->DrawImageRect(*image_, srcRectTopLeft, desRectTopLeftEnd, samplingOpetions); in PaintBorderImageRepeat()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dborder_image_painter.cpp445 RSRect srcRectTopLeft = RSRect( in PaintBorderImageRepeat() local
449 canvas.DrawImageRect(image_, srcRectTopLeft, desRectTopLeftEnd, options); in PaintBorderImageRepeat()