Searched refs:desRectTopRightEnd (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 | 694 SkRect desRectTopRightEnd = in PaintBorderImageRepeat() local 698 … canvas->drawImageRect(image_, srcRectTopRight, desRectTopRightEnd, SkSamplingOptions(), &paint, in PaintBorderImageRepeat() 851 RSRect desRectTopRightEnd = in PaintBorderImageRepeat() local 854 canvas->DrawImageRect(*image_, srcRectTopRight, desRectTopRightEnd, samplingOpetions); in PaintBorderImageRepeat()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | border_image_painter.cpp | 452 RSRect desRectTopRightEnd = in PaintBorderImageRepeat() local 455 canvas.DrawImageRect(image_, srcRectTopRight, desRectTopRightEnd, options); in PaintBorderImageRepeat()
|