Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativecirclemapitem.cpp696 qreal centerLon = center.longitude(); in calculatePeripheralPoints() local
697 qreal minLon = centerLon; in calculatePeripheralPoints()
699 qreal lonRad = QLocationUtils::radians(centerLon); in calculatePeripheralPoints()
720 if (lon2 > centerLon) // if point and center are on different hemispheres in calculatePeripheralPoints()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopolygon.cpp152 qreal centerLon = center.longitude(); in calculatePeripheralPoints() local
154 qreal lonRad = QLocationUtils::radians(centerLon); in calculatePeripheralPoints()