Searched refs:nextY (Results 1 – 1 of 1) sorted by relevance
806 QPair<double, int> nextY = yIntersects.first(); in tilesFromPolygon() local807 if (nextX.first < nextY.first) { in tilesFromPolygon()812 } else if (nextX.first > nextY.first) { in tilesFromPolygon()813 y = nextY.second; in tilesFromPolygon()818 map.add(x, nextY.second); in tilesFromPolygon()821 y = nextY.second; in tilesFromPolygon()