Searched refs:mapLeftLongitude (Results 1 – 3 of 3) sorted by relevance
250 inline static double mapLeftLongitude(double centerLongitude) in mapLeftLongitude() function
756 double mapLeftLongitude = QLocationUtils::mapLeftLongitude(m_cameraData.center().longitude()); in updateVisibleRegion() local758 double leftX = geoToWrappedMapProjection(QGeoCoordinate(0, mapLeftLongitude)).x(); in updateVisibleRegion()
176 … const double leftLongi = QLocationUtils::mapLeftLongitude(map.cameraData().center().longitude()); in updateScreenPointsInvert()