Searched refs:srcRectTop_ (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 | 114 SkRect srcRectTop_; variable 119 RSRect srcRectTop_; variable
|
H A D | border_image_painter.cpp | 60 srcRectTop_ = SkRect::MakeXYWH(leftSlice_, 0, imageCenterWidth_, topSlice_); in InitPainter() 65 srcRectTop_ = RSRect(leftSlice_, 0, imageCenterWidth_ + leftSlice_, topSlice_); in InitPainter() 410 …image_, srcRectTop_, desRectTop, SkSamplingOptions(), &paint, SkCanvas::kStrict_SrcRectConstraint); in PaintBorderImageStretch() 439 canvas->DrawImageRect(*image_, srcRectTop_, desRectTop, samplingOpetions); in PaintBorderImageStretch() 479 …image_, srcRectTop_, desRectTopRound, SkSamplingOptions(), &paint, SkCanvas::kStrict_SrcRectConstr… in PaintBorderImageRound() 542 canvas->DrawImageRect(*image_, srcRectTop_, desRectTopRound, samplingOpetions); in PaintBorderImageRound() 598 …image_, srcRectTop_, desRectTopRound, SkSamplingOptions(), &paint, SkCanvas::kStrict_SrcRectConstr… in PaintBorderImageSpace() 612 canvas->DrawImageRect(*image_, srcRectTop_, desRectTopRound, RSSamplingOptions()); in PaintBorderImageSpace() 724 … canvas->drawImageRect(image_, srcRectTop_, desRectTopRepeat, SkSamplingOptions(), &paint, in PaintBorderImageRepeat() 874 canvas->DrawImageRect(*image_, srcRectTop_, desRectTopRepeat, samplingOpetions); in PaintBorderImageRepeat()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | border_image_painter.cpp | 50 srcRectTop_ = RSRect(leftSlice_, 0, leftSlice_ + imageCenterWidth_, topSlice_); in InitPainter() 303 canvas.DrawImageRect(image_, srcRectTop_, desRectTop, options); in PaintBorderImageStretch() 340 canvas.DrawImageRect(image_, srcRectTop_, desRectTopRound, options); in PaintBorderImageRound() 394 canvas.DrawImageRect(image_, srcRectTop_, desRectTopRound, options); in PaintBorderImageSpace() 475 canvas.DrawImageRect(image_, srcRectTop_, desRectTopRepeat, options); in PaintBorderImageRepeat()
|
H A D | border_image_painter.h | 89 RSRect srcRectTop_; variable
|