Searched refs:rectStart (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_decoration_painter.cpp | 2434 auto rectStart = SkRect::MakeXYWH(x, y, tlX * 2.0f, tlY * 2.0f); in PaintBorder() local 2454 topBorder.arcTo(rectStart, TOP_START, SWEEP_ANGLE, false); in PaintBorder() 2493 rightBorder.arcTo(rectStart, RIGHT_START, SWEEP_ANGLE, false); in PaintBorder() 2531 bottomBorder.arcTo(rectStart, BOTTOM_START, SWEEP_ANGLE, false); in PaintBorder() 2569 leftBorder.arcTo(rectStart, LEFT_START, SWEEP_ANGLE, false); in PaintBorder() 2589 auto rectStart = RSRect(x, y, tlX * 2.0f + x, tlY * 2.0f + y); in PaintBorder() local 2609 …topBorder.ArcTo(rectStart.GetLeft(), rectStart.GetTop(), rectStart.GetRight(), rectStart.GetBottom… in PaintBorder() 2632 auto rectStart = RSRect(x + w - trX * 2.0f, y, x + w, trY * 2.0f + y); in PaintBorder() local 2652 …rightBorder.ArcTo(rectStart.GetLeft(), rectStart.GetTop(), rectStart.GetRight(), rectStart.GetBott… in PaintBorder() 2694 …bottomBorder.ArcTo(rectStart.GetLeft(), rectStart.GetTop(), rectStart.GetRight(), rectStart.GetBot… in PaintBorder() [all …]
|