Searched refs:srcRectBottom_ (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | border_image_painter.h | 115 SkRect srcRectBottom_; variable 120 RSRect srcRectBottom_; variable
|
H A D | border_image_painter.cpp | 62 …srcRectBottom_ = SkRect::MakeXYWH(leftSlice_, imageHeight_ - bottomSlice_, imageCenterWidth_, bott… in InitPainter() 67 …srcRectBottom_ = 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 D | border_image_painter.cpp | 52 …srcRectBottom_ = 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 D | border_image_painter.h | 90 RSRect srcRectBottom_; variable
|