Home
last modified time | relevance | path

Searched refs:RIGHT_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.cpp30 constexpr float RIGHT_START = 360.0f - SWEEP_ANGLE; variable
661 …rightBorder.ArcTo(rs.GetLeft(), rs.GetTop(), rs.GetRight(), rs.GetBottom(), RIGHT_START, SWEEP_ANG… in DrawRightBorder()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp44 constexpr float RIGHT_START = 315.0f; variable
2493 rightBorder.arcTo(rectStart, RIGHT_START, SWEEP_ANGLE, false); in PaintBorder()
2653 RIGHT_START, SWEEP_ANGLE); in PaintBorder()