Searched refs:srcRectLeftBottom (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | border_image_painter.cpp | 315 …SkRect srcRectLeftBottom = SkRect::MakeXYWH(0, imageHeight_ - bottomSlice_, leftSlice_, bottomSlic… in PaintBorderImageCorners() local 335 …image_, srcRectLeftBottom, desRectLeftBottom, SkSamplingOptions(), &paint, SkCanvas::kStrict_SrcRe… in PaintBorderImageCorners() 355 RSRect srcRectLeftBottom = RSRect(0, imageHeight_ - bottomSlice_, leftSlice_, imageHeight_); in PaintBorderImageCorners() local 377 canvas->DrawImageRect(*image_, srcRectLeftBottom, desRectLeftBottom, samplingOpetions); in PaintBorderImageCorners() 779 … SkRect srcRectLeftBottom = SkRect::MakeXYWH(0, topSlice_, leftSlice_, halfSurplusVerticalLength); in PaintBorderImageRepeat() local 783 …canvas->drawImageRect(image_, srcRectLeftBottom, desRectLeftBottomEnd, SkSamplingOptions(), &paint, in PaintBorderImageRepeat() 919 …RSRect srcRectLeftBottom = RSRect(0, topSlice_, leftSlice_, halfSurplusVerticalLength + leftSlice_… in PaintBorderImageRepeat() local 922 … canvas->DrawImageRect(*image_, srcRectLeftBottom, desRectLeftBottomEnd, samplingOpetions); in PaintBorderImageRepeat()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | border_image_painter.cpp | 258 RSRect srcRectLeftBottom = RSRect(0, imageHeight_ - bottomSlice_, leftSlice_, imageHeight_); in PaintBorderImageCorners() local 277 canvas.DrawImageRect(image_, srcRectLeftBottom, desRectLeftBottom, options); in PaintBorderImageCorners() 520 …RSRect srcRectLeftBottom = RSRect(0, topSlice_, leftSlice_, topSlice_ + halfSurplusVerticalLength); in PaintBorderImageRepeat() local 523 canvas.DrawImageRect(image_, srcRectLeftBottom, desRectLeftBottomEnd, options); in PaintBorderImageRepeat()
|