Home
last modified time | relevance | path

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

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