Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeorectangle.cpp223 …eoRectangle::QGeoRectangle(const QGeoCoordinate &center, double degreesWidth, double degreesHeight) in QGeoRectangle() argument
228 setHeight(degreesHeight); in QGeoRectangle()
546 void QGeoRectangle::setHeight(double degreesHeight) in setHeight() argument
551 if (degreesHeight < 0.0) in setHeight()
554 if (degreesHeight >= 180.0) { in setHeight()
555 degreesHeight = 180.0; in setHeight()
565 double tlLat = c.latitude() + degreesHeight / 2.0; in setHeight()
566 double brLat = c.latitude() - degreesHeight / 2.0; in setHeight()
H A Dqgeorectangle.h62 QGeoRectangle(const QGeoCoordinate &center, double degreesWidth, double degreesHeight);
96 void setHeight(double degreesHeight);