Home
last modified time | relevance | path

Searched refs:xIntersects (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeocameratiles.cpp710 QList<QPair<double, int> > xIntersects in tilesFromPolygon() local
728 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()