Home
last modified time | relevance | path

Searched refs:mapHeight (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomap.cpp198 double QGeoMap::mapHeight() const in mapHeight() function in QGeoMap
201 return d->mapHeight(); in mapHeight()
444 double QGeoMapPrivate::mapHeight() const in mapHeight() function in QGeoMapPrivate
447 return static_cast<const QGeoProjectionWebMercator *>(m_geoProjection)->mapHeight(); in mapHeight()
H A Dqgeomap_p_p.h101 virtual double mapHeight() const;
H A Dqgeomap_p.h127 double mapHeight() const;
H A Dqgeoprojection_p.h160 double mapHeight() const;
H A Dqgeoprojection.cpp276 double QGeoProjectionWebMercator::mapHeight() const in mapHeight() function in QGeoProjectionWebMercator
562 double bboxHeight = (bottomRightPoint.y() - topLeftPoint.y()) * mapHeight(); in fitViewportToGeoRectangle()