Searched refs:desRectTopLeftEnd (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 | 687 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 D | border_image_painter.cpp | 447 RSRect desRectTopLeftEnd = RSRect(offsetLeftX + leftWidth_, offsetTopY, in PaintBorderImageRepeat() local 449 canvas.DrawImageRect(image_, srcRectTopLeft, desRectTopLeftEnd, options); in PaintBorderImageRepeat()
|