Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeorectangle.cpp445 double brLon = center.longitude() + width / 2.0; in setCenter() local
447 brLon = QLocationUtils::wrapLong(brLon); in setCenter()
471 brLon = 180.0; in setCenter()
475 d->bottomRight = QGeoCoordinate(brLat, brLon); in setCenter()
515 double brLon = c.longitude() + degreesWidth / 2.0; in setWidth() local
516 brLon = QLocationUtils::wrapLong(brLon); in setWidth()
519 d->bottomRight = QGeoCoordinate(brLat, brLon); in setWidth()
561 double brLon = d->bottomRight.longitude(); in setHeight() local
589 d->bottomRight = QGeoCoordinate(brLat, brLon); in setHeight()
749 double brLon = d->bottomRight.longitude(); in translate() local
[all …]