Searched refs:oldCenter (Results 1 – 6 of 6) sorted by relevance
388 …QGeoCoordinate oldCenter = map()->geoProjection().itemPositionToCoordinate(QDoubleVector2D(oldGeom… in geometryChanged() local389 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()
447 void QDeclarativeCircleMapItem::possiblySwitchBackend(const QGeoCoordinate &oldCenter, qreal oldRad… in possiblySwitchBackend() argument454 if (!QDeclarativeCircleMapItemPrivate::crossEarthPole(oldCenter, oldRadius) in possiblySwitchBackend()458 } else if (QDeclarativeCircleMapItemPrivate::crossEarthPole(oldCenter, oldRadius) in possiblySwitchBackend()
895 …QGeoCoordinate oldCenter = map()->geoProjection().itemPositionToCoordinate(QDoubleVector2D(oldGeom… in geometryChanged() local896 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()
111 …void possiblySwitchBackend(const QGeoCoordinate &oldCenter, qreal oldRadius, const QGeoCoordinate …
1276 …QGeoCoordinate oldCenter = map()->geoProjection().itemPositionToCoordinate(QDoubleVector2D(oldGeom… in geometryChanged() local1277 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()
826 QFETCH(QGeoCoordinate, oldCenter); in center()831 QCOMPARE(box.center(), oldCenter); in center()832 QCOMPARE(shape.center(), oldCenter); in center()