Searched refs:aMaxY (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DRegion.cpp140 int aMaxY = (aSpan + 1)->y; local
160 bool spansOverlap = bMaxY > aY && bY < aMaxY;
192 if (aMaxY < bMaxY) {
194 } else if (bMaxY < aMaxY) {

Completed in 74 milliseconds