Searched refs:xIntersects (Results 1 – 1 of 1) sorted by relevance
710 QList<QPair<double, int> > xIntersects in tilesFromPolygon() local728 int x = xIntersects.takeFirst().second; in tilesFromPolygon()804 while (!xIntersects.isEmpty() && !yIntersects.isEmpty()) { in tilesFromPolygon()805 QPair<double, int> nextX = xIntersects.first(); in tilesFromPolygon()810 xIntersects.removeFirst(); in tilesFromPolygon()823 xIntersects.removeFirst(); in tilesFromPolygon()828 while (!xIntersects.isEmpty()) { in tilesFromPolygon()829 x = xIntersects.takeFirst().second; in tilesFromPolygon()