Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopolygon.cpp417 void QGeoPolygon::addHole(const QVariant &holePath) in addHole()
437 void QGeoPolygon::addHole(const QList<QGeoCoordinate> &holePath) in addHole()
463 const QList<QGeoCoordinate> QGeoPolygon::holePath(int index) const in holePath() function in QGeoPolygon
577 void QGeoPolygonPrivate::addHole(const QList<QGeoCoordinate> &holePath) in addHole()
587 const QList<QGeoCoordinate> QGeoPolygonPrivate::holePath(int index) const in holePath() function in QGeoPolygonPrivate
622 for (const QList<QGeoCoordinate> &holePath : qAsConst(m_holesList)) { in polygonContains() local