Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqgeotiledmaplabs.cpp110 qreal mpp = QLocationUtils::metersPerPixel(m_cameraData.zoomLevel(), coordinate); in mapObjectsAt()
115 qreal mpp = QLocationUtils::metersPerPixel(m_cameraData.zoomLevel(), coordinate); in mapObjectsAt()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/itemsoverlay/
H A Dqgeomapitemsoverlay.cpp216 qreal mpp = QLocationUtils::metersPerPixel(m_cameraData.zoomLevel(), coordinate); in mapObjectsAt()
221 qreal mpp = QLocationUtils::metersPerPixel(m_cameraData.zoomLevel(), coordinate); in mapObjectsAt()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqlocationutils_p.h268 static qreal metersPerPixel(qreal zoomLevel, const QGeoCoordinate &coordinate) in metersPerPixel() function