Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp237 double mapEdgeSize = std::pow(2.0, cameraData.zoomLevel()) * defaultTileSize; in maximumCenterLatitudeAtZoom() local
240 int clampedWindowHeight = (m_viewportHeight > mapEdgeSize) ? mapEdgeSize : m_viewportHeight; in maximumCenterLatitudeAtZoom()
245 double mercatorTopmost = (clampedWindowHeight * (0.5 - hpct)) / mapEdgeSize ; in maximumCenterLatitudeAtZoom()
252 double mapEdgeSize = std::pow(2.0, cameraData.zoomLevel()) * defaultTileSize; in minimumCenterLatitudeAtZoom() local
255 int clampedWindowHeight = (m_viewportHeight > mapEdgeSize) ? mapEdgeSize : m_viewportHeight; in minimumCenterLatitudeAtZoom()
260 double mercatorTopmost = (clampedWindowHeight * (0.5 + hpct)) / mapEdgeSize ; in minimumCenterLatitudeAtZoom()