Searched defs: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 355 RSRect srcRectLeftBottom = RSRect(0, imageHeight_ - bottomSlice_, leftSlice_, imageHeight_); in PaintBorderImageCorners() local 779 … SkRect srcRectLeftBottom = SkRect::MakeXYWH(0, topSlice_, leftSlice_, halfSurplusVerticalLength); in PaintBorderImageRepeat() local 919 …RSRect srcRectLeftBottom = RSRect(0, topSlice_, leftSlice_, halfSurplusVerticalLength + leftSlice_… in PaintBorderImageRepeat() local
|
/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 520 …RSRect srcRectLeftBottom = RSRect(0, topSlice_, leftSlice_, topSlice_ + halfSurplusVerticalLength); in PaintBorderImageRepeat() local
|