Searched refs:srcRectTopLeft (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 | 685 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 D | border_image_painter.cpp | 445 RSRect srcRectTopLeft = RSRect( in PaintBorderImageRepeat() local 449 canvas.DrawImageRect(image_, srcRectTopLeft, desRectTopLeftEnd, options); in PaintBorderImageRepeat()
|