Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotilerequestmanager.cpp136 … const int endRange = qMax(0, tile.zoom() - 4); // Using up to 4 zoom levels up. 4 is arbitrary. in requestTiles() local
137 for (int z = tile.zoom() - 1; z >= endRange; z--) { in requestTiles()