Searched refs:clampedWindowHeight (Results 1 – 1 of 1) sorted by relevance
240 int clampedWindowHeight = (m_viewportHeight > mapEdgeSize) ? mapEdgeSize : m_viewportHeight; in maximumCenterLatitudeAtZoom() local245 double mercatorTopmost = (clampedWindowHeight * (0.5 - hpct)) / mapEdgeSize ; in maximumCenterLatitudeAtZoom()255 int clampedWindowHeight = (m_viewportHeight > mapEdgeSize) ? mapEdgeSize : m_viewportHeight; in minimumCenterLatitudeAtZoom() local260 double mercatorTopmost = (clampedWindowHeight * (0.5 + hpct)) / mapEdgeSize ; in minimumCenterLatitudeAtZoom()