Searched refs:projectionWrapFactor (Results 1 – 7 of 7) sorted by relevance
102 m_borderGeometry.m_wrapOffset = p.projectionWrapFactor(m_leftBoundMercator) + 1; in updateGeometry()
152 …m_borderGeometry.m_wrapOffset = m_geometry.m_wrapOffset = p.projectionWrapFactor(m_leftBoundMercat… in updateGeometry()
192 …rderGeometry.m_wrapOffset = m_dataGL->m_geometry.m_wrapOffset = p.projectionWrapFactor(m_dataGL->m… in updateGeometryGL()
165 int projectionWrapFactor(const QDoubleVector2D &projection) const;
314 int QGeoProjectionWebMercator::projectionWrapFactor(const QDoubleVector2D &projection) const in projectionWrapFactor() function in QGeoProjectionWebMercator330 … return QDoubleVector2D(projection.x() + double(projectionWrapFactor(projection)), projection.y()); in wrapMapProjection()
552 … m_wrapOffset = p.projectionWrapFactor(leftBoundMercator) + 1; // +1 to get the offset into QLists in updateScreenPoints()
874 … m_wrapOffset = p.projectionWrapFactor(leftBoundMercator) + 1; // +1 to get the offset into QLists in updateScreenPoints()