Home
last modified time | relevance | path

Searched defs:endArcWidth (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.cpp625 float endArcWidth = std::min(width - RIGHTW, trRad.GetX() * 2.f); in DrawTopBorder() local
653 float endArcWidth = std::min(width - RIGHTW, brRad.GetX() * 2.f); in DrawRightBorder() local
680 float endArcWidth = std::min(width - LEFTW, blRad.GetX() * 2.f); in DrawBottomBorder() local
708 float endArcWidth = std::min(borderGeo.rrect.GetRect().GetWidth() - LEFTW, tlRad.GetX() * 2.f); in DrawLeftBorder() local