Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_occlusion_region_helper.cpp161 auto rectEnd = rect + static_cast<long>(count); in MoveScanline() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp2435 auto rectEnd = SkRect::MakeXYWH(x + w - trX * 2.0f, y, trX * 2.0f, trY * 2.0f); in PaintBorder() local
2474 … auto rectEnd = SkRect::MakeXYWH(x + w - brX * 2.0f, y + h - brY * 2.0f, brX * 2.0f, brY * 2.0f); in PaintBorder() local
2513 auto rectEnd = SkRect::MakeXYWH(x, y + h - blY * 2.0f, blX * 2.0f, blY * 2.0f); in PaintBorder() local
2551 auto rectEnd = SkRect::MakeXYWH(x, y, tlX * 2.0f, tlY * 2.0f); in PaintBorder() local
2590 auto rectEnd = RSRect(x + w - trX * 2.0f, y, x + w, trY * 2.0f + y); in PaintBorder() local
2633 auto rectEnd = RSRect(x + w - brX * 2.0f, y + h - brY * 2.0f, x + w, y + h); in PaintBorder() local
2676 auto rectEnd = RSRect(x, y + h - blY * 2.0f, blX * 2.0f + x, y + h); in PaintBorder() local
2718 auto rectEnd = RSRect(x, y, tlX * 2.0f, tlY * 2.0f); in PaintBorder() local