Searched refs:minY (Results 1 – 1 of 1) sorted by relevance
108 int minY = Integer.MAX_VALUE; in findBest() local111 if (rect.y <= minY) { in findBest()113 if (rect.y < minY) { in findBest()114 minY = rect.y; in findBest()117 } else if (minY == rect.y) { in findBest()138 if (rect.y != minY) { // Only comparing elements at same y in findBest()