Home
last modified time | relevance | path

Searched refs:TOPW (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.cpp42 #define TOPW GetWidth(RSBorder::TOP) macro
570 if (TOPW > 0.f) { in CalcBorderPath()
733 float height = rrect.GetRect().GetHeight() - TOPW - BOTTOMW; in GetTLIP()
739 float k = TOPW / LEFTW; in GetTLIP()
754 float dty = std::max(tlRad.GetY() - TOPW, 0.f); in GetTLIP()
767 y = rrect.GetRect().GetTop() + TOPW; in GetTLIP()
786 float k = TOPW / RIGHTW; in GetTRIP()
801 float dty = std::max(trRad.GetY() - TOPW, 0.f); in GetTRIP()
814 y = rrect.GetRect().GetTop() + TOPW; in GetTRIP()
849 float dty = std::max(tlRad.GetY() - TOPW, 0.f); in GetBLIP()
[all …]