Searched refs:yIntersects (Results 1 – 1 of 1) sorted by relevance
722 QList<QPair<double, int> > yIntersects in tilesFromPolygon() local729 int y = yIntersects.takeFirst().second; in tilesFromPolygon()804 while (!xIntersects.isEmpty() && !yIntersects.isEmpty()) { in tilesFromPolygon()806 QPair<double, int> nextY = yIntersects.first(); in tilesFromPolygon()815 yIntersects.removeFirst(); in tilesFromPolygon()824 yIntersects.removeFirst(); in tilesFromPolygon()836 while (!yIntersects.isEmpty()) { in tilesFromPolygon()837 y = yIntersects.takeFirst().second; in tilesFromPolygon()