Home
last modified time | relevance | path

Searched refs:GetYMin (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/render/
H A Drender_base.cpp73 if (y > GetYMax() || y < GetYMin() || x1 > GetXMax() || x2 < GetXMin()) { in BlendHLine()
88 if (y > GetYMax() || y < GetYMin()) { in BlendSolidHSpan()
129 if (y > GetYMax() || y < GetYMin()) { in ColorHSpanHandler()
H A Drender_base.h117 int32_t GetYMin() const in GetYMin() function