Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp240 int clampedWindowHeight = (m_viewportHeight > mapEdgeSize) ? mapEdgeSize : m_viewportHeight; in maximumCenterLatitudeAtZoom() local
245 double mercatorTopmost = (clampedWindowHeight * (0.5 - hpct)) / mapEdgeSize ; in maximumCenterLatitudeAtZoom()
255 int clampedWindowHeight = (m_viewportHeight > mapEdgeSize) ? mapEdgeSize : m_viewportHeight; in minimumCenterLatitudeAtZoom() local
260 double mercatorTopmost = (clampedWindowHeight * (0.5 + hpct)) / mapEdgeSize ; in minimumCenterLatitudeAtZoom()