Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomap_p.h155 virtual bool fitViewportToGeoRectangle(const QGeoRectangle &rectangle, const QMargins &borders);
H A Dqgeoprojection_p.h184 QPair<QGeoCoordinate, qreal> fitViewportToGeoRectangle(const QGeoRectangle &rectangle,
H A Dqgeomap.cpp139 bool QGeoMap::fitViewportToGeoRectangle(const QGeoRectangle &rectangle, const QMargins &borders) in fitViewportToGeoRectangle() function in QGeoMap
H A Dqgeoprojection.cpp542 QPair<QGeoCoordinate, qreal> QGeoProjectionWebMercator::fitViewportToGeoRectangle(const QGeoRectang… in fitViewportToGeoRectangle() function in QGeoProjectionWebMercator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomap.cpp1655 …const QPair<QGeoCoordinate, qreal> fitData = p.fitViewportToGeoRectangle(shape.boundingGeoRectangl… in fitViewportToGeoShape()
1669 m_map->fitViewportToGeoRectangle(m_visibleRegion, borders); in fitViewportToGeoShape()