Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Dborder_image_painter.cpp313 SkRect srcRectRightTop = SkRect::MakeXYWH(imageWidth_ - rightSlice_, 0, rightSlice_, topSlice_); in PaintBorderImageCorners() local
330 …image_, srcRectRightTop, desRectRightTop, SkSamplingOptions(), &paint, SkCanvas::kStrict_SrcRectCo… in PaintBorderImageCorners()
353 RSRect srcRectRightTop = RSRect(imageWidth_ - rightSlice_, 0, imageWidth_, topSlice_); in PaintBorderImageCorners() local
372 canvas->DrawImageRect(*image_, srcRectRightTop, desRectRightTop, samplingOpetions); in PaintBorderImageCorners()
771 SkRect srcRectRightTop = SkRect::MakeXYWH(imageWidth_ - rightSlice_, in PaintBorderImageRepeat() local
776 … canvas->drawImageRect(image_, srcRectRightTop, desRectRightTopStart, SkSamplingOptions(), &paint, in PaintBorderImageRepeat()
913 RSRect srcRectRightTop = RSRect(imageWidth_ - rightSlice_, 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.cpp256 RSRect srcRectRightTop = RSRect(imageWidth_ - rightSlice_, 0, imageWidth_, topSlice_); in PaintBorderImageCorners() local
272 canvas.DrawImageRect(image_, srcRectRightTop, desRectRightTop, options); in PaintBorderImageCorners()
514 RSRect srcRectRightTop = RSRect(imageWidth_ - rightSlice_, in PaintBorderImageRepeat() local
518 canvas.DrawImageRect(image_, srcRectRightTop, desRectRightTopStart, options); in PaintBorderImageRepeat()