Searched refs:geoToWrappedMapProjection (Results 1 – 9 of 9) sorted by relevance
180 const QDoubleVector2D tl = p.geoToWrappedMapProjection(QGeoCoordinate(topLati,leftLongi)); in updateScreenPointsInvert()181 const QDoubleVector2D tr = p.geoToWrappedMapProjection(QGeoCoordinate(topLati,rightLongi)); in updateScreenPointsInvert()182 const QDoubleVector2D br = p.geoToWrappedMapProjection(QGeoCoordinate(bottomLati,rightLongi)); in updateScreenPointsInvert()183 const QDoubleVector2D bl = p.geoToWrappedMapProjection(QGeoCoordinate(bottomLati,leftLongi)); in updateScreenPointsInvert()198 QDoubleVector2D lb = p.geoToWrappedMapProjection(srcOrigin_); in updateScreenPointsInvert()
230 if (!p.isProjectable(p.geoToWrappedMapProjection(dragStartCoordinate_))) in geometryChanged()435 && !p.isProjectable(p.geoToWrappedMapProjection(coordinate()))) { in updatePolish()
189 QDoubleVector2D wrappedProjection = p.geoToWrappedMapProjection(coordinate); in setPositionOnMap()
221 borderLeftBoundWrapped = p.geoToWrappedMapProjection(geometryOrigin); in updatePolish()
167 borderLeftBoundWrapped = p.geoToWrappedMapProjection(geometryOrigin); in updatePolish()
428 borderLeftBoundWrapped = p.geoToWrappedMapProjection(geometryOrigin); in updatePolish()
142 QDoubleVector2D centerProj = geoToWrappedMapProjection(cameraData().center()); in anchorCoordinateToPoint()143 QDoubleVector2D coordProj = geoToWrappedMapProjection(coordinate); in anchorCoordinateToPoint()152 const QDoubleVector2D coordWrapped = geoToWrappedMapProjection(coordinate); in setBearing()416 QDoubleVector2D QGeoProjectionWebMercator::geoToWrappedMapProjection(const QGeoCoordinate &coordina… in geoToWrappedMapProjection() function in QGeoProjectionWebMercator428 const QDoubleVector2D coordWrapped = geoToWrappedMapProjection(coordinate); in quickItemTransformation()758 double leftX = geoToWrappedMapProjection(QGeoCoordinate(0, mapLeftLongitude)).x(); in updateVisibleRegion()759 double rightX = geoToWrappedMapProjection(QGeoCoordinate(0, mapRightLongitude)).x(); in updateVisibleRegion()
172 QDoubleVector2D geoToWrappedMapProjection(const QGeoCoordinate &coordinate) const;
141 borderLeftBoundWrapped = p.geoToWrappedMapProjection(geometryOrigin); in updateGeometryCPU()