Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqmappolylineobjectqsg.cpp102 m_borderGeometry.m_wrapOffset = p.projectionWrapFactor(m_leftBoundMercator) + 1; in updateGeometry()
H A Dqmappolygonobjectqsg.cpp152 …m_borderGeometry.m_wrapOffset = m_geometry.m_wrapOffset = p.projectionWrapFactor(m_leftBoundMercat… in updateGeometry()
H A Dqmapcircleobjectqsg.cpp192 …rderGeometry.m_wrapOffset = m_dataGL->m_geometry.m_wrapOffset = p.projectionWrapFactor(m_dataGL->m… in updateGeometryGL()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection_p.h165 int projectionWrapFactor(const QDoubleVector2D &projection) const;
H A Dqgeoprojection.cpp314 int QGeoProjectionWebMercator::projectionWrapFactor(const QDoubleVector2D &projection) const in projectionWrapFactor() function in QGeoProjectionWebMercator
330 … return QDoubleVector2D(projection.x() + double(projectionWrapFactor(projection)), projection.y()); in wrapMapProjection()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolygonmapitem.cpp552 … m_wrapOffset = p.projectionWrapFactor(leftBoundMercator) + 1; // +1 to get the offset into QLists in updateScreenPoints()
H A Dqdeclarativepolylinemapitem.cpp874 … m_wrapOffset = p.projectionWrapFactor(leftBoundMercator) + 1; // +1 to get the offset into QLists in updateScreenPoints()