Searched refs:srcRectRight (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 | 752 SkRect srcRectRight = SkRect::MakeXYWH( in PaintBorderImageRepeat() local 758 …image_, srcRectRight, desRectRight, SkSamplingOptions(), &paint, SkCanvas::kStrict_SrcRectConstrai… in PaintBorderImageRepeat() 898 … RSRect srcRectRight = RSRect(imageWidth_ - rightSlice_, topSlice_ + halfSurplusImageCenterHeight, in PaintBorderImageRepeat() local 903 canvas->DrawImageRect(*image_, srcRectRight, desRectRight, samplingOpetions); in PaintBorderImageRepeat()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | border_image_painter.cpp | 499 … RSRect srcRectRight = RSRect(imageWidth_ - rightSlice_, topSlice_ + halfSurplusImageCenterHeight, in PaintBorderImageRepeat() local 504 canvas.DrawImageRect(image_, srcRectRight, desRectRight, options); in PaintBorderImageRepeat()
|