Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp176 m_viewportWidth(1), in QGeoProjectionWebMercator()
241 QPointF offsetPct = centerOffset(QSizeF(m_viewportWidth, m_viewportHeight), m_visibleArea); in maximumCenterLatitudeAtZoom()
256 QPointF offsetPct = centerOffset(QSizeF(m_viewportWidth, m_viewportHeight), m_visibleArea); in minimumCenterLatitudeAtZoom()
283 if (int(m_viewportWidth) == size.width() && int(m_viewportHeight) == size.height()) in setViewportSize() local
286 m_viewportWidth = size.width(); in setViewportSize()
288 m_1_viewportWidth = 1.0 / m_viewportWidth; in setViewportSize()
290 …m_minimumZoom = std::log(qMax(m_viewportWidth, m_viewportHeight) / defaultTileSize) / std::log(2.… in setViewportSize()
350 … const QPointF centerOff = centerOffset(QSizeF(m_viewportWidth, m_viewportHeight), m_visibleArea); in itemPositionToWrappedMapProjection()
380 int w = m_viewportWidth; in itemPositionToCoordinate()
406 int w = m_viewportWidth; in coordinateToItemPosition()
[all …]
H A Dqgeoprojection_p.h230 double m_viewportWidth; // in pixels variable