Home
last modified time | relevance | path

Searched refs:holesCount (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopolygon.cpp485 int QGeoPolygon::holesCount() const in holesCount() function in QGeoPolygon
488 return d->holesCount(); in holesCount()
601 int QGeoPolygonPrivate::holesCount() const in holesCount() function in QGeoPolygonPrivate
724 for (int i = 0; i < other.holesCount(); i++) in QGeoPolygonEager()
H A Dqgeopolygon_p.h78 int holesCount() const;
H A Dqgeopolygon.h80 Q_INVOKABLE int holesCount() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmappolygonobject.cpp75 for (int i = 0; i < poly.holesCount(); i++) in QMapPolygonObjectPrivateDefault()
148 for (int i = 0; i < poly.holesCount(); i++) in setGeoShape()
H A Dqgeojson.cpp820 if (parsedPoly.holesCount()!=0) in exportPolygon()
821 for (int i = 0; i < parsedPoly.holesCount(); ++i) { in exportPolygon()
871 …gonList.at(i).value<QVariantMap>().value(QStringLiteral("data")).value<QGeoPolygon>().holesCount(); in exportMultiPolygon()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqmapboxglstylechange.cpp140 for (int i = 0; i < polygon->holesCount(); ++i) { in featureFromMapPolygon()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolygonmapitem.cpp359 for (int i = 0; i < 1+poly.holesCount(); ++i) { in wrapPath()