Home
last modified time | relevance | path

Searched refs:BOTTOMW (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.cpp44 #define BOTTOMW GetWidth(RSBorder::BOTTOM) macro
586 if (BOTTOMW > 0.f) { in CalcBorderPath()
733 float height = rrect.GetRect().GetHeight() - TOPW - BOTTOMW; in GetTLIP()
755 float dby = std::max(blRad.GetY() - BOTTOMW, 0.f); in GetTLIP()
780 float height = rrect.GetRect().GetHeight() - TOPW - BOTTOMW; in GetTRIP()
802 float dby = std::max(brRad.GetY() - BOTTOMW, 0.f); in GetTRIP()
827 float height = rrect.GetRect().GetHeight() - TOPW - BOTTOMW; in GetBLIP()
833 float k = BOTTOMW / LEFTW; in GetBLIP()
848 float dby = std::max(blRad.GetY() - BOTTOMW, 0.f); in GetBLIP()
874 float height = rrect.GetRect().GetHeight() - TOPW - BOTTOMW; in GetBRIP()
[all …]