Home
last modified time | relevance | path

Searched defs:rectStart (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp2434 auto rectStart = SkRect::MakeXYWH(x, y, tlX * 2.0f, tlY * 2.0f); in PaintBorder() local
2473 auto rectStart = SkRect::MakeXYWH(x + w - trX * 2.0f, y, trX * 2.0f, trY * 2.0f); in PaintBorder() local
2512 … auto rectStart = SkRect::MakeXYWH(x + w - brX * 2.0f, y + h - brY * 2.0f, brX * 2.0f, brY * 2.0f); in PaintBorder() local
2550 auto rectStart = SkRect::MakeXYWH(x, y + h - blY * 2.0f, blX * 2.0f, blY * 2.0f); in PaintBorder() local
2589 auto rectStart = RSRect(x, y, tlX * 2.0f + x, tlY * 2.0f + y); in PaintBorder() local
2632 auto rectStart = RSRect(x + w - trX * 2.0f, y, x + w, trY * 2.0f + y); in PaintBorder() local
2675 auto rectStart = RSRect(x + w - brX * 2.0f, y + h - brY * 2.0f, x + w, y + h); in PaintBorder() local
2717 auto rectStart = RSRect(x, y + h - blY * 2.0f, blX * 2.0f, blY * 2.0f); in PaintBorder() local