Searched refs:offsetPct (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeoprojection.cpp | 241 QPointF offsetPct = centerOffset(QSizeF(m_viewportWidth, m_viewportHeight), m_visibleArea); in maximumCenterLatitudeAtZoom() local 242 double hpct = offsetPct.y() / qMax<double>(m_viewportHeight - 1, 1); in maximumCenterLatitudeAtZoom() 256 QPointF offsetPct = centerOffset(QSizeF(m_viewportWidth, m_viewportHeight), m_visibleArea); in minimumCenterLatitudeAtZoom() local 257 double hpct = offsetPct.y() / qMax<double>(m_viewportHeight - 1, 1); in minimumCenterLatitudeAtZoom() 704 QPointF offsetPct = marginsOffset(QSizeF(m_viewportWidth, m_viewportHeight), m_visibleArea); in setupCamera() local 707 matScreenTransformation(0,3) = (0.5 + offsetPct.x()) * m_viewportWidth; in setupCamera() 708 matScreenTransformation(1,3) = (0.5 + offsetPct.y()) * m_viewportHeight; in setupCamera()
|