Searched refs:anchorCoordinateToPoint (Results 1 – 5 of 5) sorted by relevance
108 …virtual QGeoCoordinate anchorCoordinateToPoint(const QGeoCoordinate &coordinate, const QPointF &an…153 …QGeoCoordinate anchorCoordinateToPoint(const QGeoCoordinate &coordinate, const QPointF &anchorPoin…
125 bool QGeoMap::anchorCoordinateToPoint(const QGeoCoordinate &coordinate, const QPointF &anchorPoint) in anchorCoordinateToPoint() function in QGeoMap128 QGeoCoordinate newCenter = geoProjection().anchorCoordinateToPoint(coordinate, anchorPoint); in anchorCoordinateToPoint()
154 …virtual bool anchorCoordinateToPoint(const QGeoCoordinate &coordinate, const QPointF &anchorPoint);
102 QGeoCoordinate QGeoProjection::anchorCoordinateToPoint(const QGeoCoordinate &coordinate, const QPoi… in anchorCoordinateToPoint() function in QGeoProjection139 QGeoCoordinate QGeoProjectionWebMercator::anchorCoordinateToPoint(const QGeoCoordinate &coordinate,… in anchorCoordinateToPoint() function in QGeoProjectionWebMercator164 const QGeoCoordinate center = anchorCoordinateToPoint(coordinate, rotationPoint); in setBearing()
1531 m_map->anchorCoordinateToPoint(coordinate, point); in alignCoordinateToPoint()