Searched refs:srcRectLeft_ (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 | 112 SkRect srcRectLeft_; variable 117 RSRect srcRectLeft_; variable
|
H A D | border_image_painter.cpp | 59 srcRectLeft_ = SkRect::MakeXYWH(0, topSlice_, leftSlice_, imageCenterHeight_); in InitPainter() 64 srcRectLeft_ = RSRect(0, topSlice_, leftSlice_, imageCenterHeight_ + topSlice_); in InitPainter() 398 …image_, srcRectLeft_, desRectLeft, SkSamplingOptions(), &paint, SkCanvas::kStrict_SrcRectConstrain… in PaintBorderImageStretch() 431 canvas->DrawImageRect(*image_, srcRectLeft_, desRectLeft, samplingOpetions); in PaintBorderImageStretch() 497 …image_, srcRectLeft_, desRectLeftRound, SkSamplingOptions(), &paint, SkCanvas::kStrict_SrcRectCons… in PaintBorderImageRound() 555 canvas->DrawImageRect(*image_, srcRectLeft_, desRectLeftRound, samplingOpetions); in PaintBorderImageRound() 628 …image_, srcRectLeft_, desRectLeftRound, SkSamplingOptions(), &paint, SkCanvas::kStrict_SrcRectCons… in PaintBorderImageSpace() 641 canvas->DrawImageRect(*image_, srcRectLeft_, desRectLeftRound, RSSamplingOptions()); in PaintBorderImageSpace() 799 … canvas->drawImageRect(image_, srcRectLeft_, desRectLeftRepeat, SkSamplingOptions(), &paint, in PaintBorderImageRepeat() 935 canvas->DrawImageRect(*image_, srcRectLeft_, desRectLeftRepeat, samplingOpetions); in PaintBorderImageRepeat()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | border_image_painter.cpp | 49 srcRectLeft_ = RSRect(0, topSlice_, leftSlice_, topSlice_ + imageCenterHeight_); in InitPainter() 295 canvas.DrawImageRect(image_, srcRectLeft_, desRectLeft, options); in PaintBorderImageStretch() 353 canvas.DrawImageRect(image_, srcRectLeft_, desRectLeftRound, options); in PaintBorderImageRound() 408 canvas.DrawImageRect(image_, srcRectLeft_, desRectLeftRound, options); in PaintBorderImageSpace() 536 canvas.DrawImageRect(image_, srcRectLeft_, desRectLeftRepeat, options); in PaintBorderImageRepeat()
|
H A D | border_image_painter.h | 87 RSRect srcRectLeft_; variable
|