Searched refs:mapHeight (Results 1 – 5 of 5) sorted by relevance
198 double QGeoMap::mapHeight() const in mapHeight() function in QGeoMap201 return d->mapHeight(); in mapHeight()444 double QGeoMapPrivate::mapHeight() const in mapHeight() function in QGeoMapPrivate447 return static_cast<const QGeoProjectionWebMercator *>(m_geoProjection)->mapHeight(); in mapHeight()
101 virtual double mapHeight() const;
127 double mapHeight() const;
160 double mapHeight() const;
276 double QGeoProjectionWebMercator::mapHeight() const in mapHeight() function in QGeoProjectionWebMercator562 double bboxHeight = (bottomRightPoint.y() - topLeftPoint.y()) * mapHeight(); in fitViewportToGeoRectangle()