| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/concepts/ |
| H A D | polygon_concept.hpp | 37 template <typename PolygonType> 41 typedef typename boost::remove_const<PolygonType>::type polygon_type; 48 typedef typename point_type<PolygonType>::type point_type; 49 typedef typename ring_type<PolygonType>::type ring_type; 63 ring_mutable_type e = traits::exterior_ring<PolygonType>::get(*poly); in apply() 64 interior_mutable_type i = traits::interior_rings<PolygonType>::get(*poly); in apply() 65 ring_const_type ce = traits::exterior_ring<PolygonType>::get(*cpoly); in apply() 66 interior_const_type ci = traits::interior_rings<PolygonType>::get(*cpoly); in apply() 91 template <typename PolygonType> 96 typedef typename boost::remove_const<PolygonType>::type const_polygon_type;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qgeoshape.cpp | 350 case QGeoShape::PolygonType: in operator <<() 387 case QGeoShape::PolygonType: { in operator <<() 434 case QGeoShape::PolygonType: { in operator >>()
|
| H A D | qgeopolygon.cpp | 182 if (type() != QGeoShape::PolygonType) { in QGeoPolygon() 399 if (type() != QGeoShape::PolygonType) { in toString() 500 type = QGeoShape::PolygonType; in QGeoPolygonPrivate() 506 type = QGeoShape::PolygonType; in QGeoPolygonPrivate() 731 if (other.type() == QGeoShape::PolygonType) in QGeoPolygonEager()
|
| H A D | qgeoshape.h | 70 PolygonType enumerator
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/ |
| H A D | qmapbox.hpp | 37 PolygonType enumerator 54 PolygonType, enumerator
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/ |
| H A D | qmapboxglstylechange.cpp | 88 return QMapbox::Feature(QMapbox::Feature::PolygonType, geometry, {}, getId(mapItem)); in featureFromMapRectangle() 114 return QMapbox::Feature(QMapbox::Feature::PolygonType, geometry, {}, getId(mapItem)); in featureFromMapCircle() 146 return QMapbox::Feature(QMapbox::Feature::PolygonType, geometry, {}, getId(mapItem)); in featureFromMapPolygon() 550 case QMapbox::Feature::PolygonType: in fromFeature()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/ |
| H A D | qmapbox.cpp | 21 static_assert(mbgl::underlying_type(QMapbox::Feature::PolygonType) == mbgl::underlying_type(mbgl::F…
|
| H A D | qmapboxgl.cpp | 910 case QMapbox::ShapeAnnotationGeometry::PolygonType: in asMapboxGLAnnotation()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qgeomapobject_p.h | 85 PolygonType = 6, enumerator
|
| H A D | qdeclarativegeocodemodel.cpp | 379 else if (boundingArea_.type() == QGeoShape::PolygonType) in bounds()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/ |
| H A D | qmappolygonobject.cpp | 89 return QGeoMapObject::PolygonType; in type()
|
| H A D | qgeojson.cpp | 1157 case QGeoShape::PolygonType: { in operator <<() 1219 } else if (workigGeometry.type() == QGeoShape::PolygonType) { in printQvariant()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativesearchmodelbase.cpp | 95 else if (s.type() == QGeoShape::PolygonType) in searchArea()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/ |
| H A D | qgeomapobjectqsgsupport.cpp | 80 case QGeoMapObject::PolygonType: { in createMapObjectImplementationPrivate()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/locationlabs/ |
| H A D | plugins.qmltypes | 135 "PolygonType": 6,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeopolygon/ |
| H A D | tst_qgeopolygon.cpp | 171 QCOMPARE(c.type(), QGeoShape::PolygonType); in type()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/ |
| H A D | plugins.qmltypes | 280 "PolygonType": 4
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/ |
| H A D | plugins.qmltypes | 1709 "PolygonType": 6,
|