Home
last modified time | relevance | path

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

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