Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqlocationutils_p.h250 inline static double mapLeftLongitude(double centerLongitude) in mapLeftLongitude() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp756 double mapLeftLongitude = QLocationUtils::mapLeftLongitude(m_cameraData.center().longitude()); in updateVisibleRegion() local
758 double leftX = geoToWrappedMapProjection(QGeoCoordinate(0, mapLeftLongitude)).x(); in updateVisibleRegion()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativecirclemapitem.cpp176 … const double leftLongi = QLocationUtils::mapLeftLongitude(map.cameraData().center().longitude()); in updateScreenPointsInvert()