Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeorectangle.cpp443 double tlLon = center.longitude() - width / 2.0; in setCenter() local
446 tlLon = QLocationUtils::wrapLong(tlLon); in setCenter()
470 tlLon = -180.0; in setCenter()
474 d->topLeft = QGeoCoordinate(tlLat, tlLon); in setCenter()
512 double tlLon = c.longitude() - degreesWidth / 2.0; in setWidth() local
513 tlLon = QLocationUtils::wrapLong(tlLon); in setWidth()
518 d->topLeft = QGeoCoordinate(tlLat, tlLon); in setWidth()
560 double tlLon = d->topLeft.longitude(); in setHeight() local
588 d->topLeft = QGeoCoordinate(tlLat, tlLon); in setHeight()
747 double tlLon = d->topLeft.longitude(); in translate() local
[all …]