Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/render/
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()
Drender_base.h133 int32_t GetYMax() const in GetYMax() function