Searched refs:nextX (Results 1 – 1 of 1) sorted by relevance
805 QPair<double, int> nextX = xIntersects.first(); in tilesFromPolygon() local807 if (nextX.first < nextY.first) { in tilesFromPolygon()808 x = nextX.second; in tilesFromPolygon()812 } else if (nextX.first > nextY.first) { in tilesFromPolygon()819 map.add(nextX.second, y); in tilesFromPolygon()820 x = nextX.second; in tilesFromPolygon()