Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp309 QGeoCoordinate QGeoProjectionWebMercator::mapProjectionToGeo(const QDoubleVector2D &projection) con… in mapProjectionToGeo() function in QGeoProjectionWebMercator
391 return mapProjectionToGeo(unwrapMapProjection(wrappedMapProjection)); in itemPositionToCoordinate()
423 return mapProjectionToGeo(unwrapMapProjection(wrappedProjection)); in wrappedMapProjectionToGeo()
558 res.first = mapProjectionToGeo(center); in fitViewportToGeoRectangle()
H A Dqgeoprojection_p.h163 QGeoCoordinate mapProjectionToGeo(const QDoubleVector2D &projection) const;
/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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqmapboxglstylechange.cpp105 path << p.mapProjectionToGeo(c); in featureFromMapCircle()