Searched refs:wrapMapProjection (Results 1 – 7 of 7) sorted by relevance
190 hole << p.wrapMapProjection(c); in updateScreenPointsInvert()623 QDoubleVector2D prev = p.wrapMapProjection(path.at(0)); in updateCirclePathForRendering()627 QDoubleVector2D point = p.wrapMapProjection(path.at(index)); in updateCirclePathForRendering()637 QDoubleVector2D point = p.wrapMapProjection(path.at(index)); in updateCirclePathForRendering()
339 …a = p.wrappedMapProjectionToItemPosition(p.wrapMapProjection(m_screenVertices->first().toDoubleVec… in contains()344 …a = p.wrappedMapProjectionToItemPosition(p.wrapMapProjection(m_screenVertices->at(i).toDoubleVecto… in contains()348 …b = p.wrappedMapProjectionToItemPosition(p.wrapMapProjection(m_screenVertices->at(i).toDoubleVecto… in contains()
177 QDoubleVector2D leftBoundWrapped = p.wrapMapProjection(p.geoToMapProjection(geoLeftBound_)); in updateSourcePoints()187 QDoubleVector2D wrappedProjection = p.wrapMapProjection(coord); in updateSourcePoints()
404 leftBoundWrapped = p.wrapMapProjection(p.geoToMapProjection(geoLeftBound_)); in clipPath()414 QDoubleVector2D wrappedProjection = p.wrapMapProjection(coord); in clipPath()
328 QDoubleVector2D QGeoProjectionWebMercator::wrapMapProjection(const QDoubleVector2D &projection) con… in wrapMapProjection() function in QGeoProjectionWebMercator399 QDoubleVector2D wrappedProjection = wrapMapProjection(geoToMapProjection(coordinate)); in coordinateToItemPosition()418 return wrapMapProjection(geoToMapProjection(coordinate)); in geoToWrappedMapProjection()
166 QDoubleVector2D wrapMapProjection(const QDoubleVector2D &projection) const;
383 …tF point = projection.wrappedMapProjectionToItemPosition(projection.wrapMapProjection(mercatorPos)… in mercatorToScreenPositions()