Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_geoshape/
H A Dtst_locationsingleton.qml181 var rectangle = QtPositioning.shapeToRectangle(QtPositioning.shape())
183 rectangle = QtPositioning.shapeToRectangle(QtPositioning.circle())
185 rectangle = QtPositioning.shapeToRectangle(QtPositioning.circle(tl, 10000))
187 rectangle = QtPositioning.shapeToRectangle(QtPositioning.rectangle())
189 rectangle = QtPositioning.shapeToRectangle(QtPositioning.rectangle(tl, br))
193 rectangle = QtPositioning.shapeToRectangle(listBox)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/
H A Dlocationsingleton.h97 Q_INVOKABLE QGeoRectangle shapeToRectangle(const QGeoShape &shape) const;
H A Dlocationsingleton.cpp332 QGeoRectangle LocationSingleton::shapeToRectangle(const QGeoShape &shape) const in shapeToRectangle() function in LocationSingleton
H A Dplugins.qmltypes94 name: "shapeToRectangle"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/map/
H A DMiniMap.qml113 return QtPositioning.shapeToRectangle(map.visibleRegion)