Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Dborder_image_painter.cpp400 SkRect desRectRight = in PaintBorderImageStretch() local
404 …image_, srcRectRight_, desRectRight, SkSamplingOptions(), &paint, SkCanvas::kStrict_SrcRectConstra… in PaintBorderImageStretch()
433 RSRect desRectRight = RSRect( in PaintBorderImageStretch() local
435 canvas->DrawImageRect(*image_, srcRectRight_, desRectRight, samplingOpetions); in PaintBorderImageStretch()
754 …SkRect desRectRight = SkRect::MakeXYWH(offset.GetX() + paintSize_.Width() - rightWidth_ + rightOut… in PaintBorderImageRepeat() local
758 …image_, srcRectRight, desRectRight, SkSamplingOptions(), &paint, SkCanvas::kStrict_SrcRectConstrai… in PaintBorderImageRepeat()
900 RSRect desRectRight = 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.cpp297 RSRect desRectRight = RSRect( in PaintBorderImageStretch() local
299 canvas.DrawImageRect(image_, srcRectRight_, desRectRight, options); in PaintBorderImageStretch()
501 RSRect desRectRight = in PaintBorderImageRepeat() local
504 canvas.DrawImageRect(image_, srcRectRight, desRectRight, options); in PaintBorderImageRepeat()