Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_border.cpp624 float startArcWidth = std::min(width - LEFTW, tlRad.GetX() * 2.f); in DrawTopBorder() local
652 float startArcWidth = std::min(width - RIGHTW, trRad.GetX() * 2.f); in DrawRightBorder() local
679 float startArcWidth = std::min(width - RIGHTW, brRad.GetX() * 2.f); in DrawBottomBorder() local
707 … float startArcWidth = std::min(borderGeo.rrect.GetRect().GetWidth() - LEFTW, blRad.GetX() * 2.f); in DrawLeftBorder() local