Home
last modified time | relevance | path

Searched refs:addHole (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopolygon.cpp417 void QGeoPolygon::addHole(const QVariant &holePath) in addHole() function in QGeoPolygon
429 return d->addHole(qgcHolePath); in addHole()
437 void QGeoPolygon::addHole(const QList<QGeoCoordinate> &holePath) in addHole() function in QGeoPolygon
440 return d->addHole(holePath); in addHole()
577 void QGeoPolygonPrivate::addHole(const QList<QGeoCoordinate> &holePath) in addHole() function in QGeoPolygonPrivate
725 addHole(other.holePath(i)); in QGeoPolygonEager()
H A Dqgeopolygon.h75 Q_INVOKABLE void addHole(const QVariant &holePath);
76 void addHole(const QList<QGeoCoordinate> &holePath);
H A Dqgeopolygon_p.h82 virtual void addHole(const QList<QGeoCoordinate> &holePath);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmappolygonobject.cpp76 m_path.addHole(poly.holePath(i)); in QMapPolygonObjectPrivateDefault()
149 m_path.addHole(poly.holePath(i)); in setGeoShape()
H A Dqgeojson.cpp592 returnedObject.addHole(perimeters.at(i)); // Inner perimeters in importPolygon()
645 singlePoly.addHole(coordinatesList.at(j)); in importMultiPolygon()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/
H A Dlocationsingleton.cpp304 poly.addHole(hole); in polygon()