Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeorectangle.cpp442 double tlLat = center.latitude() + height / 2.0; in setCenter() local
449 if (tlLat > 90.0) { in setCenter()
451 tlLat = 90.0; in setCenter()
454 if (tlLat < -90.0) { in setCenter()
456 tlLat = -90.0; in setCenter()
460 tlLat = 90.0; in setCenter()
465 tlLat = 2 * center.latitude() + 90.0; in setCenter()
474 d->topLeft = QGeoCoordinate(tlLat, tlLon); in setCenter()
507 double tlLat = d->topLeft.latitude(); in setWidth() local
518 d->topLeft = QGeoCoordinate(tlLat, tlLon); in setWidth()
[all …]