Home
last modified time | relevance | path

Searched refs:newRadius (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativecirclemapitem.cpp447 …const QGeoCoordinate &oldCenter, qreal oldRadius, const QGeoCoordinate &newCenter, qreal newRadius) in possiblySwitchBackend() argument
455 && !QDeclarativeCircleMapItemPrivate::crossEarthPole(newCenter, newRadius)) { in possiblySwitchBackend()
459 …&& !QDeclarativeCircleMapItemPrivate::crossEarthPole(newCenter, newRadius)) { // else if old cross… in possiblySwitchBackend()
H A Dqdeclarativecirclemapitem_p.h111 …onst QGeoCoordinate &oldCenter, qreal oldRadius, const QGeoCoordinate &newCenter, qreal newRadius);