Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeocoordinate.cpp509 double resultLonRad = lonRad + atan2(sin(azimuthRad) * sinRatio * cosLatRad, in atDistanceAndAzimuth() local
513 *lon = qRadiansToDegrees(resultLonRad); in atDistanceAndAzimuth()
H A Dqgeopolygon.cpp166 qreal resultLonRad = lonRad + std::atan2(std::sin(azimuthRad) * cosLatRad_x_sinRatio, in calculatePeripheralPoints() local
169 qreal lon2 = QLocationUtils::wrapLong(QLocationUtils::degrees(resultLonRad)); in calculatePeripheralPoints()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativecirclemapitem.cpp712 qreal resultLonRad = lonRad + std::atan2(std::sin(azimuthRad) * cosLatRad_x_sinRatio, in calculatePeripheralPoints() local
715 qreal lon2 = QLocationUtils::wrapLong(QLocationUtils::degrees(resultLonRad)); in calculatePeripheralPoints()