Home
last modified time | relevance | path

Searched refs:wrapMapProjection (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativecirclemapitem.cpp190 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()
H A Dqdeclarativepolylinemapitem_p_p.h339 …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()
H A Dqdeclarativepolygonmapitem.cpp177 QDoubleVector2D leftBoundWrapped = p.wrapMapProjection(p.geoToMapProjection(geoLeftBound_)); in updateSourcePoints()
187 QDoubleVector2D wrappedProjection = p.wrapMapProjection(coord); in updateSourcePoints()
H A Dqdeclarativepolylinemapitem.cpp404 leftBoundWrapped = p.wrapMapProjection(p.geoToMapProjection(geoLeftBound_)); in clipPath()
414 QDoubleVector2D wrappedProjection = p.wrapMapProjection(coord); in clipPath()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp328 QDoubleVector2D QGeoProjectionWebMercator::wrapMapProjection(const QDoubleVector2D &projection) con… in wrapMapProjection() function in QGeoProjectionWebMercator
399 QDoubleVector2D wrappedProjection = wrapMapProjection(geoToMapProjection(coordinate)); in coordinateToItemPosition()
418 return wrapMapProjection(geoToMapProjection(coordinate)); in geoToWrappedMapProjection()
H A Dqgeoprojection_p.h166 QDoubleVector2D wrapMapProjection(const QDoubleVector2D &projection) const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeotiledmapscene/
H A Dtst_qgeotiledmapscene.cpp383 …tF point = projection.wrappedMapProjectionToItemPosition(projection.wrapMapProjection(mercatorPos)… in mercatorToScreenPositions()