Home
last modified time | relevance | path

Searched refs:anchorCoordinateToPoint (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection_p.h108 …virtual QGeoCoordinate anchorCoordinateToPoint(const QGeoCoordinate &coordinate, const QPointF &an…
153 …QGeoCoordinate anchorCoordinateToPoint(const QGeoCoordinate &coordinate, const QPointF &anchorPoin…
H A Dqgeomap.cpp125 bool QGeoMap::anchorCoordinateToPoint(const QGeoCoordinate &coordinate, const QPointF &anchorPoint) in anchorCoordinateToPoint() function in QGeoMap
128 QGeoCoordinate newCenter = geoProjection().anchorCoordinateToPoint(coordinate, anchorPoint); in anchorCoordinateToPoint()
H A Dqgeomap_p.h154 …virtual bool anchorCoordinateToPoint(const QGeoCoordinate &coordinate, const QPointF &anchorPoint);
H A Dqgeoprojection.cpp102 QGeoCoordinate QGeoProjection::anchorCoordinateToPoint(const QGeoCoordinate &coordinate, const QPoi… in anchorCoordinateToPoint() function in QGeoProjection
139 QGeoCoordinate QGeoProjectionWebMercator::anchorCoordinateToPoint(const QGeoCoordinate &coordinate,… in anchorCoordinateToPoint() function in QGeoProjectionWebMercator
164 const QGeoCoordinate center = anchorCoordinateToPoint(coordinate, rotationPoint); in setBearing()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomap.cpp1531 m_map->anchorCoordinateToPoint(coordinate, point); in alignCoordinateToPoint()