Home
last modified time | relevance | path

Searched refs:oldCenter (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativerectanglemapitem.cpp388 …QGeoCoordinate oldCenter = map()->geoProjection().itemPositionToCoordinate(QDoubleVector2D(oldGeom… in geometryChanged() local
389 if (!newCenter.isValid() || !oldCenter.isValid()) in geometryChanged()
391 double offsetLongi = newCenter.longitude() - oldCenter.longitude(); in geometryChanged()
392 double offsetLati = newCenter.latitude() - oldCenter.latitude(); in geometryChanged()
H A Dqdeclarativecirclemapitem.cpp447 void QDeclarativeCircleMapItem::possiblySwitchBackend(const QGeoCoordinate &oldCenter, qreal oldRad… in possiblySwitchBackend() argument
454 if (!QDeclarativeCircleMapItemPrivate::crossEarthPole(oldCenter, oldRadius) in possiblySwitchBackend()
458 } else if (QDeclarativeCircleMapItemPrivate::crossEarthPole(oldCenter, oldRadius) in possiblySwitchBackend()
H A Dqdeclarativepolygonmapitem.cpp895 …QGeoCoordinate oldCenter = map()->geoProjection().itemPositionToCoordinate(QDoubleVector2D(oldGeom… in geometryChanged() local
896 if (!newCenter.isValid() || !oldCenter.isValid()) in geometryChanged()
898 double offsetLongi = newCenter.longitude() - oldCenter.longitude(); in geometryChanged()
899 double offsetLati = newCenter.latitude() - oldCenter.latitude(); in geometryChanged()
H A Dqdeclarativecirclemapitem_p.h111 …void possiblySwitchBackend(const QGeoCoordinate &oldCenter, qreal oldRadius, const QGeoCoordinate …
H A Dqdeclarativepolylinemapitem.cpp1276 …QGeoCoordinate oldCenter = map()->geoProjection().itemPositionToCoordinate(QDoubleVector2D(oldGeom… in geometryChanged() local
1277 if (!newCenter.isValid() || !oldCenter.isValid()) in geometryChanged()
1279 double offsetLongi = newCenter.longitude() - oldCenter.longitude(); in geometryChanged()
1280 double offsetLati = newCenter.latitude() - oldCenter.latitude(); in geometryChanged()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorectangle/
H A Dtst_qgeorectangle.cpp826 QFETCH(QGeoCoordinate, oldCenter); in center()
831 QCOMPARE(box.center(), oldCenter); in center()
832 QCOMPARE(shape.center(), oldCenter); in center()