Home
last modified time | relevance | path

Searched refs:blRad (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.cpp680 float endArcWidth = std::min(width - LEFTW, blRad.GetX() * 2.f); in DrawBottomBorder()
691 bottomBorder.LineTo(std::min(x, offsetX + blRad.GetX() / 2.f), y - blRad.GetY()); in DrawBottomBorder()
709 float startArcHeight = std::min(height - BOTTOMW, blRad.GetY() * 2.f); in DrawLeftBorder()
716 …leftBorder.MoveTo(x + blRad.GetX(), std::max(offsetY + height - BOTTOMW2, offsetY + height - blRad in DrawLeftBorder()
743 Drawing::Point blRad = rrect.GetCornerRadius(Drawing::RoundRect::BOTTOM_LEFT_POS); in GetTLIP() local
755 float dby = std::max(blRad.GetY() - BOTTOMW, 0.f); in GetTLIP()
835 Drawing::Point blRad = rrect.GetCornerRadius(Drawing::RoundRect::BOTTOM_LEFT_POS); in GetBLIP() local
841 float dlx = std::max(blRad.GetX() - LEFTW, 0.f); in GetBLIP()
848 float dby = std::max(blRad.GetY() - BOTTOMW, 0.f); in GetBLIP()
883 Drawing::Point blRad = rrect.GetCornerRadius(Drawing::RoundRect::BOTTOM_LEFT_POS); in GetBRIP() local
[all …]