Searched refs:blRad (Results 1 – 1 of 1) sorted by relevance
680 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() local755 float dby = std::max(blRad.GetY() - BOTTOMW, 0.f); in GetTLIP()835 Drawing::Point blRad = rrect.GetCornerRadius(Drawing::RoundRect::BOTTOM_LEFT_POS); in GetBLIP() local841 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 …]