Searched refs:desRectBottom (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 | 412 SkRect desRectBottom = SkRect::MakeXYWH(offsetLeftX + leftWidth_, offsetBottomY - bottomWidth_, in PaintBorderImageStretch() local 416 …image_, srcRectBottom_, desRectBottom, SkSamplingOptions(), &paint, SkCanvas::kStrict_SrcRectConst… in PaintBorderImageStretch() 441 RSRect desRectBottom = RSRect(offsetLeftX + leftWidth_, offsetBottomY - bottomWidth_, in PaintBorderImageStretch() local 443 canvas->DrawImageRect(*image_, srcRectBottom_, desRectBottom, samplingOpetions); in PaintBorderImageStretch() 676 SkRect desRectBottom = SkRect::MakeXYWH(offsetLeftX + leftWidth_, in PaintBorderImageRepeat() local 680 …image_, srcRectBottom, desRectBottom, SkSamplingOptions(), &paint, SkCanvas::kStrict_SrcRectConstr… in PaintBorderImageRepeat() 837 RSRect desRectBottom = in PaintBorderImageRepeat() local 840 canvas->DrawImageRect(*image_, srcRectBottom, desRectBottom, samplingOpetions); in PaintBorderImageRepeat()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | border_image_painter.cpp | 305 RSRect desRectBottom = RSRect(offsetLeftX + leftWidth_, offsetBottomY - bottomWidth_, in PaintBorderImageStretch() local 307 canvas.DrawImageRect(image_, srcRectBottom_, desRectBottom, options); in PaintBorderImageStretch() 438 RSRect desRectBottom = in PaintBorderImageRepeat() local 441 canvas.DrawImageRect(image_, srcRectBottom, desRectBottom, options); in PaintBorderImageRepeat()
|