Home
last modified time | relevance | path

Searched refs:srcRectBottom_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Dborder_image_painter.h115 SkRect srcRectBottom_; variable
120 RSRect srcRectBottom_; variable
H A Dborder_image_painter.cpp62srcRectBottom_ = SkRect::MakeXYWH(leftSlice_, imageHeight_ - bottomSlice_, imageCenterWidth_, bott… in InitPainter()
67srcRectBottom_ = RSRect(leftSlice_, imageHeight_ - bottomSlice_, imageCenterWidth_ + leftSlice_, i… in InitPainter()
416 …image_, srcRectBottom_, desRectBottom, SkSamplingOptions(), &paint, SkCanvas::kStrict_SrcRectConst… in PaintBorderImageStretch()
443 canvas->DrawImageRect(*image_, srcRectBottom_, desRectBottom, samplingOpetions); in PaintBorderImageStretch()
485 … canvas->drawImageRect(image_, srcRectBottom_, desRectBottomRound, SkSamplingOptions(), &paint, in PaintBorderImageRound()
546 canvas->DrawImageRect(*image_, srcRectBottom_, desRectBottomRound, samplingOpetions); in PaintBorderImageRound()
604 … canvas->drawImageRect(image_, srcRectBottom_, desRectBottomRound, SkSamplingOptions(), &paint, in PaintBorderImageSpace()
616 canvas->DrawImageRect(*image_, srcRectBottom_, desRectBottomRound, RSSamplingOptions()); in PaintBorderImageSpace()
731 … canvas->drawImageRect(image_, srcRectBottom_, desRectBottomRepeat, SkSamplingOptions(), &paint, in PaintBorderImageRepeat()
879 … canvas->DrawImageRect(*image_, srcRectBottom_, desRectBottomRepeat, samplingOpetions); in PaintBorderImageRepeat()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dborder_image_painter.cpp52srcRectBottom_ = RSRect(leftSlice_, imageHeight_ - bottomSlice_, leftSlice_ + imageCenterWidth_, i… in InitPainter()
307 canvas.DrawImageRect(image_, srcRectBottom_, desRectBottom, options); in PaintBorderImageStretch()
344 canvas.DrawImageRect(image_, srcRectBottom_, desRectBottomRound, options); in PaintBorderImageRound()
398 canvas.DrawImageRect(image_, srcRectBottom_, desRectBottomRound, options); in PaintBorderImageSpace()
480 canvas.DrawImageRect(image_, srcRectBottom_, desRectBottomRepeat, options); in PaintBorderImageRepeat()
H A Dborder_image_painter.h90 RSRect srcRectBottom_; variable