Home
last modified time | relevance | path

Searched refs:coordToMercator (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopath.cpp488 QDoubleVector2D p = QWebMercator::coordToMercator(coordinate); in lineContains()
495 a = QWebMercator::coordToMercator(m_path[0]); in lineContains()
500 b = QWebMercator::coordToMercator(m_path[i]); in lineContains()
604 m_leftBoundWrapped = QWebMercator::coordToMercator(m_bbox.topLeft()).x(); in translate()
678 m_leftBoundWrapped = QWebMercator::coordToMercator(m_bbox.topLeft()).x(); in computeBoundingBox()
721 m_leftBoundWrapped = QWebMercator::coordToMercator(m_bbox.topLeft()).x(); in translate()
736 m_leftBoundWrapped = QWebMercator::coordToMercator(m_bbox.topLeft()).x(); in computeBoundingBox()
742 m_leftBoundWrapped = QWebMercator::coordToMercator(m_bbox.topLeft()).x(); in updateBoundingBox()
H A Dqwebmercator.cpp51 QDoubleVector2D QWebMercator::coordToMercator(const QGeoCoordinate &coord) in coordToMercator() function in QWebMercator
105 QDoubleVector2D s = QWebMercator::coordToMercator(from); in coordinateInterpolation()
106 QDoubleVector2D e = QWebMercator::coordToMercator(to); in coordinateInterpolation()
H A Dqgeopolygon.cpp561 m_leftBoundWrapped = QWebMercator::coordToMercator(m_bbox.topLeft()).x(); in translate()
611 QDoubleVector2D coord = QWebMercator::coordToMercator(coordinate); in polygonContains()
645 QDoubleVector2D crd = QWebMercator::coordToMercator(c); in updateClipperPath()
676 m_leftBoundWrapped = QWebMercator::coordToMercator(m_bbox.topLeft()).x(); in translate()
698 m_leftBoundWrapped = QWebMercator::coordToMercator(m_bbox.topLeft()).x(); in computeBoundingBox()
H A Dqwebmercator_p.h65 static QDoubleVector2D coordToMercator(const QGeoCoordinate &coord);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqgeosimplify.cpp68 QDoubleVector2D p = QWebMercator::coordToMercator(pc); in closestPoint()
72 QDoubleVector2D a = QWebMercator::coordToMercator(ac); in closestPoint()
76 QDoubleVector2D b = QWebMercator::coordToMercator(bc); in closestPoint()
H A Dqdeclarativerectanglemapitem_p_p.h238 res << QWebMercator::coordToMercator(c); in pathMercator()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/
H A Dlocationsingleton.cpp383 QPointF LocationSingleton::coordToMercator(const QGeoCoordinate &coord) const in coordToMercator() function in LocationSingleton
385 return QWebMercator::coordToMercator(coord).toPointF(); in coordToMercator()
H A Dlocationsingleton.h102 Q_REVISION(12) Q_INVOKABLE QPointF coordToMercator(const QGeoCoordinate &coord) const;
H A Dplugins.qmltypes115 name: "coordToMercator"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/
H A Dqquickgeocoordinateanimation.cpp211 QDoubleVector2D fromVector = QWebMercator::coordToMercator(f); in setFrom()
234 QDoubleVector2D toVector = QWebMercator::coordToMercator(t); in setTo()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.12.045 - Exposed mercatorToCoord and coordToMercator to QML.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_coordinate.qml258 var p = QtPositioning.coordToMercator(coord)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotiledmapscene.cpp358 QDoubleVector2D camCenterMercator = QWebMercator::coordToMercator(m_cameraData.center()); in setupCamera()
H A Dqgeocameratiles.cpp249 QDoubleVector3D center = m_sideLength * QWebMercator::coordToMercator(m_camera.center()); in createFrustum()
H A Dqgeoprojection.cpp306 return QWebMercator::coordToMercator(coordinate); in geoToMapProjection()