Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Dborder_image_painter.cpp693 … SkRect srcRectTopRight = SkRect::MakeXYWH(leftSlice_, 0, halfSurplusHorizontalLength, topSlice_); in PaintBorderImageRepeat() local
698 … canvas->drawImageRect(image_, srcRectTopRight, desRectTopRightEnd, SkSamplingOptions(), &paint, in PaintBorderImageRepeat()
850 …RSRect srcRectTopRight = RSRect(leftSlice_, 0, halfSurplusHorizontalLength + leftSlice_, topSlice_… 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 Dborder_image_painter.cpp451 …RSRect srcRectTopRight = RSRect(leftSlice_, 0, leftSlice_ + halfSurplusHorizontalLength, topSlice_… in PaintBorderImageRepeat() local
455 canvas.DrawImageRect(image_, srcRectTopRight, desRectTopRightEnd, options); in PaintBorderImageRepeat()