Home
last modified time | relevance | path

Searched defs:rectangle (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/
H A Dlocationsingleton.cpp131 QGeoRectangle LocationSingleton::rectangle() const in rectangle() function in LocationSingleton
144 QGeoRectangle LocationSingleton::rectangle(const QGeoCoordinate &center, in rectangle() function in LocationSingleton
158 QGeoRectangle LocationSingleton::rectangle(const QGeoCoordinate &topLeft, in rectangle() function in LocationSingleton
172 QGeoRectangle LocationSingleton::rectangle(const QVariantList &coordinates) const in rectangle() function in LocationSingleton
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeocodereplyosm.cpp169 QGeoRectangle rectangle; in networkReplyFinished() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativerectanglemapitem.cpp365 const QGeoRectangle rectangle = m_rectangle.boundingGeoRectangle(); in setGeoShape() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomap.cpp139 bool QGeoMap::fitViewportToGeoRectangle(const QGeoRectangle &rectangle, const QMargins &borders) in fitViewportToGeoRectangle()
H A Dqgeoprojection.cpp542 …dinate, qreal> QGeoProjectionWebMercator::fitViewportToGeoRectangle(const QGeoRectangle &rectangle, in fitViewportToGeoRectangle()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeorectangle.cpp881 QGeoRectangle &QGeoRectangle::operator|=(const QGeoRectangle &rectangle) in operator |=()