Searched refs:desRectRightTopStart (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 | 773 SkRect desRectRightTopStart = in PaintBorderImageRepeat() local 776 … canvas->drawImageRect(image_, srcRectRightTop, desRectRightTopStart, SkSamplingOptions(), &paint, in PaintBorderImageRepeat() 915 RSRect desRectRightTopStart = RSRect( in PaintBorderImageRepeat() local 917 canvas->DrawImageRect(*image_, srcRectRightTop, desRectRightTopStart, samplingOpetions); in PaintBorderImageRepeat()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | border_image_painter.cpp | 516 RSRect desRectRightTopStart = RSRect( in PaintBorderImageRepeat() local 518 canvas.DrawImageRect(image_, srcRectRightTop, desRectRightTopStart, options); in PaintBorderImageRepeat()
|