Searched refs:wrapLong (Results 1 – 10 of 10) sorted by relevance
117 inline static double wrapLong(double lng) { in wrapLong() function246 return QGeoCoordinate(-p.latitude(), wrapLong(p.longitude() + 180.0)); in antipodalPoint()252 return wrapLong(centerLongitude + leftOffset); in mapLeftLongitude()258 return wrapLong(centerLongitude - leftOffset); in mapRightLongitude()
446 tlLon = QLocationUtils::wrapLong(tlLon); in setCenter()447 brLon = QLocationUtils::wrapLong(brLon); in setCenter()513 tlLon = QLocationUtils::wrapLong(tlLon); in setWidth()516 brLon = QLocationUtils::wrapLong(brLon); in setWidth()653 cLon = QLocationUtils::wrapLong(cLon); in center()757 tlLon = QLocationUtils::wrapLong(tlLon + degreesLongitude); in translate()758 brLon = QLocationUtils::wrapLong(brLon + degreesLongitude); in translate()
320 topLeft.setLongitude(QLocationUtils::wrapLong(m_center.longitude() - lon_delta_in_deg)); in updateBoundingBox()323 bottomRight.setLongitude(QLocationUtils::wrapLong(m_center.longitude() + lon_delta_in_deg)); in updateBoundingBox()387 lon = QLocationUtils::wrapLong(lon); in translate()
169 qreal lon2 = QLocationUtils::wrapLong(QLocationUtils::degrees(resultLonRad)); in calculatePeripheralPoints()540 p.setLongitude(QLocationUtils::wrapLong(p.longitude() + degreesLongitude)); in translatePoly()546 … holeVertex.setLongitude(QLocationUtils::wrapLong(holeVertex.longitude() + degreesLongitude)); in translatePoly()
601 p.setLongitude(QLocationUtils::wrapLong(p.longitude() + degreesLongitude)); in translate()716 p.setLongitude(QLocationUtils::wrapLong(p.longitude() + degreesLongitude)); in translate()
535 return QGeoCoordinate(resultLat, QLocationUtils::wrapLong(resultLon), resultAlt); in atDistanceAndAzimuth()
139 QLocationUtils::wrapLong(mapMid.longitude() + halfGeoDist)); in geoDistanceToScreenWidth()
715 qreal lon2 = QLocationUtils::wrapLong(QLocationUtils::degrees(resultLonRad)); in calculatePeripheralPoints()
819 topLeft.setLongitude(QLocationUtils::wrapLong(topLeft.longitude() - epsilon)); in updateSourcePoints()820 bottomRight.setLongitude(QLocationUtils::wrapLong(bottomRight.longitude() + epsilon)); in updateSourcePoints()
1844 animationEndCoordinate.setLongitude(QLocationUtils::wrapLong(longitude)); in startFlick()