Searched defs:srcRectRightTop (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 | 313 SkRect srcRectRightTop = SkRect::MakeXYWH(imageWidth_ - rightSlice_, 0, rightSlice_, topSlice_); in PaintBorderImageCorners() local 353 RSRect srcRectRightTop = RSRect(imageWidth_ - rightSlice_, 0, imageWidth_, topSlice_); in PaintBorderImageCorners() local 771 SkRect srcRectRightTop = SkRect::MakeXYWH(imageWidth_ - rightSlice_, in PaintBorderImageRepeat() local 913 RSRect srcRectRightTop = RSRect(imageWidth_ - rightSlice_, in PaintBorderImageRepeat() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | border_image_painter.cpp | 256 RSRect srcRectRightTop = RSRect(imageWidth_ - rightSlice_, 0, imageWidth_, topSlice_); in PaintBorderImageCorners() local 514 RSRect srcRectRightTop = RSRect(imageWidth_ - rightSlice_, in PaintBorderImageRepeat() local
|