Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeocameratiles.cpp806 QPair<double, int> nextY = yIntersects.first(); in tilesFromPolygon() local
807 if (nextX.first < nextY.first) { in tilesFromPolygon()
812 } else if (nextX.first > nextY.first) { in tilesFromPolygon()
813 y = nextY.second; in tilesFromPolygon()
818 map.add(x, nextY.second); in tilesFromPolygon()
821 y = nextY.second; in tilesFromPolygon()