Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp177 m_viewportHeight(1), in QGeoProjectionWebMercator()
240 int clampedWindowHeight = (m_viewportHeight > mapEdgeSize) ? mapEdgeSize : m_viewportHeight; in maximumCenterLatitudeAtZoom()
241 QPointF offsetPct = centerOffset(QSizeF(m_viewportWidth, m_viewportHeight), m_visibleArea); in maximumCenterLatitudeAtZoom()
242 double hpct = offsetPct.y() / qMax<double>(m_viewportHeight - 1, 1); in maximumCenterLatitudeAtZoom()
255 int clampedWindowHeight = (m_viewportHeight > mapEdgeSize) ? mapEdgeSize : m_viewportHeight; in minimumCenterLatitudeAtZoom()
256 QPointF offsetPct = centerOffset(QSizeF(m_viewportWidth, m_viewportHeight), m_visibleArea); in minimumCenterLatitudeAtZoom()
257 double hpct = offsetPct.y() / qMax<double>(m_viewportHeight - 1, 1); in minimumCenterLatitudeAtZoom()
283 if (int(m_viewportWidth) == size.width() && int(m_viewportHeight) == size.height()) in setViewportSize()
287 m_viewportHeight = size.height(); in setViewportSize()
289 m_1_viewportHeight = 1.0 / m_viewportHeight; in setViewportSize()
[all …]
H A Dqgeoprojection_p.h231 double m_viewportHeight; // in pixels variable