Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp742 …double viewportHalfWidth = (!m_visibleArea.isEmpty()) ? m_visibleArea.width() / m_viewportWidth :… in updateVisibleRegion() local
747 double left = -viewportHalfWidth; in updateVisibleRegion()
748 double right = viewportHalfWidth; in updateVisibleRegion()