Home
last modified time | relevance | path

Searched refs:wrapLong (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqlocationutils_p.h117 inline static double wrapLong(double lng) { in wrapLong() function
246 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()
H A Dqgeorectangle.cpp446 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()
H A Dqgeocircle.cpp320 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()
H A Dqgeopolygon.cpp169 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()
H A Dqgeopath.cpp601 p.setLongitude(QLocationUtils::wrapLong(p.longitude() + degreesLongitude)); in translate()
716 p.setLongitude(QLocationUtils::wrapLong(p.longitude() + degreesLongitude)); in translate()
H A Dqgeocoordinate.cpp535 return QGeoCoordinate(resultLat, QLocationUtils::wrapLong(resultLon), resultAlt); in atDistanceAndAzimuth()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqgeomapitemgeometry.cpp139 QLocationUtils::wrapLong(mapMid.longitude() + halfGeoDist)); in geoDistanceToScreenWidth()
H A Dqdeclarativecirclemapitem.cpp715 qreal lon2 = QLocationUtils::wrapLong(QLocationUtils::degrees(resultLonRad)); in calculatePeripheralPoints()
H A Dqdeclarativepolylinemapitem.cpp819 topLeft.setLongitude(QLocationUtils::wrapLong(topLeft.longitude() - epsilon)); in updateSourcePoints()
820 bottomRight.setLongitude(QLocationUtils::wrapLong(bottomRight.longitude() + epsilon)); in updateSourcePoints()
H A Dqquickgeomapgesturearea.cpp1844 animationEndCoordinate.setLongitude(QLocationUtils::wrapLong(longitude)); in startFlick()