Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeorectangle.cpp444 double brLat = center.latitude() - height / 2.0; in setCenter() local
450 brLat = 2 * center.latitude() - 90.0; in setCenter()
455 brLat = -90.0; in setCenter()
459 if (brLat > 90.0) { in setCenter()
461 brLat = 90.0; in setCenter()
464 if (brLat < -90.0) { in setCenter()
466 brLat = -90.0; in setCenter()
475 d->bottomRight = QGeoCoordinate(brLat, brLon); in setCenter()
508 double brLat = d->bottomRight.latitude(); in setWidth() local
519 d->bottomRight = QGeoCoordinate(brLat, brLon); in setWidth()
[all …]