Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeorectangle.cpp223 QGeoRectangle::QGeoRectangle(const QGeoCoordinate &center, double degreesWidth, double degreesHeigh… in QGeoRectangle() argument
227 setWidth(degreesWidth); in QGeoRectangle()
491 void QGeoRectangle::setWidth(double degreesWidth) in setWidth() argument
496 if (degreesWidth < 0.0) in setWidth()
501 if (degreesWidth >= 360.0) { in setWidth()
512 double tlLon = c.longitude() - degreesWidth / 2.0; in setWidth()
515 double brLon = c.longitude() + degreesWidth / 2.0; in setWidth()
H A Dqgeorectangle.h62 QGeoRectangle(const QGeoCoordinate &center, double degreesWidth, double degreesHeight);
93 void setWidth(double degreesWidth);