Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp743 …double viewportHalfHeight = (!m_visibleArea.isEmpty()) ? m_visibleArea.height() / m_viewportHeight… in updateVisibleRegion() local
745 double top = qMax<double>(-viewportHalfHeight, -1 + m_verticalEstateToSkip); in updateVisibleRegion()
746 double bottom = viewportHalfHeight; in updateVisibleRegion()