Home
last modified time | relevance | path

Searched refs:indexFrom (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopath.cpp300 double QGeoPath::length(int indexFrom, int indexTo) const in length() argument
303 return d->length(indexFrom, indexTo); in length()
551 double QGeoPathPrivate::length(int indexFrom, int indexTo) const in length() argument
562 for (int i = indexFrom; i < indexTo; i++) in length()
H A Dqgeopath.h84 Q_INVOKABLE double length(int indexFrom = 0, int indexTo = -1) const;
H A Dqgeopolygon.h83 Q_INVOKABLE double length(int indexFrom = 0, int indexTo = -1) const;
H A Dqgeopolygon.cpp314 double QGeoPolygon::length(int indexFrom, int indexTo) const in length() argument
317 return d->length(indexFrom, indexTo); in length()
H A Dqgeopath_p.h202 virtual double length(int indexFrom, int indexTo) const;