Home
last modified time | relevance | path

Searched defs:bottomLeft (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeorectangle.cpp378 void QGeoRectangle::setBottomLeft(const QGeoCoordinate &bottomLeft) in setBottomLeft()
389 QGeoCoordinate QGeoRectangle::bottomLeft() const in bottomLeft() function in QGeoRectangle
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqmapboxglstylechange.cpp78 … QMapbox::Coordinate bottomLeft { rect->bottomLeft().latitude(), rect->bottomLeft().longitude() }; in featureFromMapRectangle() local