Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Dborder_image_painter.cpp752 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 Dborder_image_painter.cpp499 … RSRect srcRectRight = RSRect(imageWidth_ - rightSlice_, topSlice_ + halfSurplusImageCenterHeight, in PaintBorderImageRepeat() local
504 canvas.DrawImageRect(image_, srcRectRight, desRectRight, options); in PaintBorderImageRepeat()