Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Dborder_image_painter.cpp687 SkRect desRectTopLeftEnd = in PaintBorderImageRepeat() local
690 … canvas->drawImageRect(image_, srcRectTopLeft, desRectTopLeftEnd, SkSamplingOptions(), &paint, in PaintBorderImageRepeat()
846 RSRect desRectTopLeftEnd = RSRect(offsetLeftX + leftWidth_, offsetTopY, 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.cpp447 RSRect desRectTopLeftEnd = RSRect(offsetLeftX + leftWidth_, offsetTopY, in PaintBorderImageRepeat() local
449 canvas.DrawImageRect(image_, srcRectTopLeft, desRectTopLeftEnd, options); in PaintBorderImageRepeat()