Home
last modified time | relevance | path

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

/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() local
1657 if (!fitData.first.isValid()) in fitViewportToGeoShape()
1661 …setProperty("center", QVariant::fromValue(fitData.first)); // not using setCenter(centerCoordinate… in fitViewportToGeoShape()
1663 if (!qIsFinite(fitData.second)) in fitViewportToGeoShape()
1665 double newZoom = qMax<double>(minimumZoomLevel(), fitData.second); in fitViewportToGeoShape()