Home
last modified time | relevance | path

Searched refs:wrappedMapProjectionToGeo (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp147 return wrappedMapProjectionToGeo(centerProj + coordProj - anchorProj); in anchorCoordinateToPoint()
421 QGeoCoordinate QGeoProjectionWebMercator::wrappedMapProjectionToGeo(const QDoubleVector2D &wrappedP… in wrappedMapProjectionToGeo() function in QGeoProjectionWebMercator
501 poly.addCoordinate(wrappedMapProjectionToGeo(extraPoint)); in visibleRegion()
503 poly.addCoordinate(wrappedMapProjectionToGeo(c)); in visibleRegion()
507 poly.addCoordinate(wrappedMapProjectionToGeo(extraPoint)); in visibleRegion()
H A Dqgeoprojection_p.h173 QGeoCoordinate wrappedMapProjectionToGeo(const QDoubleVector2D &wrappedProjection) const;