Home
last modified time | relevance | path

Searched defs:endArcHeight (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.cpp627 float endArcHeight = std::min(borderGeo.rrect.GetRect().GetHeight() - TOPW, trRad.GetY() * 2.f); in DrawTopBorder() local
655 float endArcHeight = std::min(height - BOTTOMW, brRad.GetY() * 2.f); in DrawRightBorder() local
682 …float endArcHeight = std::min(borderGeo.rrect.GetRect().GetHeight() - BOTTOMW, blRad.GetY() * 2.f); in DrawBottomBorder() local
710 float endArcHeight = std::min(height - TOPW, tlRad.GetY() * 2.f); in DrawLeftBorder() local