Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp333 QDoubleVector2D QGeoProjectionWebMercator::unwrapMapProjection(const QDoubleVector2D &wrappedProjec… in unwrapMapProjection() function in QGeoProjectionWebMercator
391 return mapProjectionToGeo(unwrapMapProjection(wrappedMapProjection)); in itemPositionToCoordinate()
423 return mapProjectionToGeo(unwrapMapProjection(wrappedProjection)); in wrappedMapProjectionToGeo()
H A Dqgeoprojection_p.h167 QDoubleVector2D unwrapMapProjection(const QDoubleVector2D &wrappedProjection) const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeotiledmapscene/
H A Dtst_qgeotiledmapscene.cpp331 …QDoubleVector2D mercartorPos = projection.unwrapMapProjection(projection.itemPositionToWrappedMapP… in screenToMercatorPositions()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativecirclemapitem.cpp224 srcOrigin_ = p.mapProjectionToGeo(p.unwrapMapProjection(lb)); in updateScreenPointsInvert()
H A Dqdeclarativepolygonmapitem.cpp233 srcOrigin_ = p.mapProjectionToGeo(p.unwrapMapProjection(lb)); in updateSourcePoints()
H A Dqdeclarativepolylinemapitem.cpp486 srcOrigin_ = p.mapProjectionToGeo(p.unwrapMapProjection(leftBoundWrapped)); in pathToScreen()