Home
last modified time | relevance | path

Searched refs:PolygonType (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/concepts/
H A Dpolygon_concept.hpp37 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 Dqgeoshape.cpp350 case QGeoShape::PolygonType: in operator <<()
387 case QGeoShape::PolygonType: { in operator <<()
434 case QGeoShape::PolygonType: { in operator >>()
H A Dqgeopolygon.cpp182 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 Dqgeoshape.h70 PolygonType enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapbox.hpp37 PolygonType enumerator
54 PolygonType, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqmapboxglstylechange.cpp88 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 Dqmapbox.cpp21 static_assert(mbgl::underlying_type(QMapbox::Feature::PolygonType) == mbgl::underlying_type(mbgl::F…
H A Dqmapboxgl.cpp910 case QMapbox::ShapeAnnotationGeometry::PolygonType: in asMapboxGLAnnotation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqgeomapobject_p.h85 PolygonType = 6, enumerator
H A Dqdeclarativegeocodemodel.cpp379 else if (boundingArea_.type() == QGeoShape::PolygonType) in bounds()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmappolygonobject.cpp89 return QGeoMapObject::PolygonType; in type()
H A Dqgeojson.cpp1157 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 Dqdeclarativesearchmodelbase.cpp95 else if (s.type() == QGeoShape::PolygonType) in searchArea()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqgeomapobjectqsgsupport.cpp80 case QGeoMapObject::PolygonType: { in createMapObjectImplementationPrivate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/locationlabs/
H A Dplugins.qmltypes135 "PolygonType": 6,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeopolygon/
H A Dtst_qgeopolygon.cpp171 QCOMPARE(c.type(), QGeoShape::PolygonType); in type()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/
H A Dplugins.qmltypes280 "PolygonType": 4
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes1709 "PolygonType": 6,