Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeorectangle.cpp353 void QGeoRectangle::setTopRight(const QGeoCoordinate &topRight) in setTopRight()
364 QGeoCoordinate QGeoRectangle::topRight() const in topRight() function in QGeoRectangle
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqmapboxglstylechange.cpp81 QMapbox::Coordinate topRight { rect->topRight().latitude(), rect->topRight().longitude() }; in featureFromMapRectangle() local