Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem.cpp799 const QGeoRectangle &boundingRectangle = poly.boundingGeoRectangle(); in updateSourcePoints() local
800 updateSourcePoints(p, wrappedPath, boundingRectangle); in updateSourcePoints()
805 const QGeoRectangle &boundingRectangle) { in updateSourcePoints() argument
811 QGeoCoordinate topLeft = boundingRectangle.topLeft(); in updateSourcePoints()
812 QGeoCoordinate bottomRight = boundingRectangle.bottomRight(); in updateSourcePoints()
860 const QGeoRectangle &boundingRectangle = circle.boundingGeoRectangle(); in updateSourcePoints() local
861 updateSourcePoints(p, wrappedPath, boundingRectangle); in updateSourcePoints()
H A Dqdeclarativepolylinemapitem_p_p.h293 const QGeoRectangle &boundingRectangle);