Searched refs:viewportHalfHeight (Results 1 – 1 of 1) sorted by relevance
743 …double viewportHalfHeight = (!m_visibleArea.isEmpty()) ? m_visibleArea.height() / m_viewportHeight… in updateVisibleRegion() local745 double top = qMax<double>(-viewportHalfHeight, -1 + m_verticalEstateToSkip); in updateVisibleRegion()746 double bottom = viewportHalfHeight; in updateVisibleRegion()