Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp173 m_minimumZoom(0), in QGeoProjectionWebMercator()
201 return m_minimumZoom; in minimumZoom()
290m_minimumZoom = std::log(qMax(m_viewportWidth, m_viewportHeight) / defaultTileSize) / std::log(2.… in setViewportSize()
H A Dqgeoprojection_p.h224 double m_minimumZoom; variable