Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Dborder_image_painter.cpp773 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 Dborder_image_painter.cpp516 RSRect desRectRightTopStart = RSRect( in PaintBorderImageRepeat() local
518 canvas.DrawImageRect(image_, srcRectRightTop, desRectRightTopStart, options); in PaintBorderImageRepeat()