Home
last modified time | relevance | path

Searched refs:LEFT_START (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_border.cpp34 constexpr float LEFT_START = LEFT_END - SWEEP_ANGLE; variable
717 …leftBorder.ArcTo(rs.GetLeft(), rs.GetTop(), rs.GetRight(), rs.GetBottom(), LEFT_START, SWEEP_ANGLE… in DrawLeftBorder()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp48 constexpr float LEFT_START = 135.0f; variable
2569 leftBorder.arcTo(rectStart, LEFT_START, SWEEP_ANGLE, false); in PaintBorder()
2737 LEFT_START, SWEEP_ANGLE); in PaintBorder()