Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/wince/
DPlatformPathWince.cpp177 static inline bool isQuadrantOnBottom(int q) { return q == 0 || q == 1; } in isQuadrantOnBottom() function
430 … if (startPoint.m_x == endPoint.m_x || isQuadrantOnBottom(q0) != startPoint.m_x > endPoint.m_x) { in inflateRectToContainMe()