Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotiledmap.cpp227 int currentIntZoom = static_cast<int>(std::floor(camera.zoomLevel())); in prefetchTiles() local
236 double zoomFraction = camera.zoomLevel() - currentIntZoom; in prefetchTiles()
237 … int nearestNeighbourLayer = zoomFraction > 0.5 ? currentIntZoom + 1 : currentIntZoom - 1; in prefetchTiles()
253 if (currentIntZoom > m_minZoomLevel) { in prefetchTiles()
254 camera.setZoomLevel(currentIntZoom - 1); in prefetchTiles()
260 if (currentIntZoom < m_maxZoomLevel) { in prefetchTiles()
261 camera.setZoomLevel(currentIntZoom + 1); in prefetchTiles()