| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geometry/0.9.3/include/mapbox/geometry/ |
| H A D | polygon.hpp | 27 struct polygon : Cont<linear_ring<T>> struct 29 using coordinate_type = T; 30 using linear_ring_type = linear_ring<T>; 31 using container_type = Cont<linear_ring_type>; 32 using size_type = typename container_type::size_type; 35 polygon(Args&&... args) : container_type(std::forward<Args>(args)...) {} in polygon() argument 36 polygon(std::initializer_list<linear_ring_type> args) in polygon() argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/ |
| H A D | geometry_tile_data.cpp | 31 for (auto& polygon : multipolygon) { in toGeometryCollection() local 64 GeometryCollection polygon; in classifyRings() local 90 void limitHoles(GeometryCollection& polygon, uint32_t maxHoles) { in limitHoles() 154 Polygon<double> polygon; in convertGeometry() local
|
| H A D | geometry_tile_data.hpp | 133 for (auto& polygon : geom) { in operator ()() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | follow.hpp | 62 LineString const& linestring, Polygon const& polygon, in last_covered_by() 79 LineString const& linestring, Polygon const& polygon, in is_leaving() 103 LineString const& linestring, Polygon const& polygon, in is_staying_inside() 130 Linestring const& linestring, Polygon const& polygon, in was_entered() 412 static inline OutputIterator apply(LineString const& linestring, Polygon const& polygon, in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | intersection_tests.cpp | 85 bool polygonIntersectsBufferedPoint(const GeometryCoordinates& polygon, const GeometryCoordinate& p… in polygonIntersectsBufferedPoint() 91 bool polygonIntersectsBufferedMultiPoint(const GeometryCoordinates& polygon, const GeometryCollecti… in polygonIntersectsBufferedMultiPoint() 100 bool polygonIntersectsBufferedMultiLine(const GeometryCoordinates& polygon, const GeometryCollectio… in polygonIntersectsBufferedMultiLine() 128 bool polygonIntersectsMultiPolygon(const GeometryCoordinates& polygon, const GeometryCollection& mu… in polygonIntersectsMultiPolygon()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/ |
| H A D | polygon.hpp | 76 class polygon class 99 inline polygon() in polygon() function in boost::geometry::model::polygon 105 inline polygon(std::initializer_list<ring_type> l) in polygon() function in boost::geometry::model::polygon
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/ |
| H A D | exterior_ring.hpp | 110 inline typename ring_return_type<Polygon>::type exterior_ring(Polygon& polygon) in exterior_ring() 132 Polygon const& polygon) in exterior_ring()
|
| H A D | interior_rings.hpp | 114 inline typename interior_return_type<Polygon>::type interior_rings(Polygon& polygon) in interior_rings() 136 Polygon const& polygon) in interior_rings()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/polylabel/1.0.3/include/mapbox/ |
| H A D | polylabel.hpp | 49 auto pointToPolygonDist(const geometry::point<T>& point, const geometry::polygon<T>& polygon) { in pointToPolygonDist() 85 Cell<T> getCentroidCell(const geometry::polygon<T>& polygon) { in getCentroidCell() 105 geometry::point<T> polylabel(const geometry::polygon<T>& polygon, T precision = 1, bool debug = fal… in polylabel()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/ |
| H A D | locationsingleton.cpp | 255 QGeoPolygon LocationSingleton::polygon() const in polygon() function in LocationSingleton 268 QGeoPolygon LocationSingleton::polygon(const QVariantList &coordinates) const in polygon() function in LocationSingleton 286 QGeoPolygon LocationSingleton::polygon(const QVariantList &perimeter, const QVariantList &holes) co… in polygon() function in LocationSingleton
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_simple/ |
| H A D | areal.hpp | 80 static inline bool apply(Polygon const& polygon, Strategy const&) in apply() 85 static inline bool apply(Polygon const& polygon) in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/ |
| H A D | qt_geojson.cpp | 39 mbgl::Polygon<double> asMapboxGLPolygon(const QMapbox::CoordinatesCollection &polygon) { in asMapboxGLPolygon() 56 for (const auto &polygon : multiPolygon) { in asMapboxGLMultiPolygon() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/views/detail/boundary_view/ |
| H A D | implementation.hpp | 96 polygon_rings_iterator(Polygon& polygon) in polygon_rings_iterator() 102 polygon_rings_iterator(Polygon& polygon, bool) in polygon_rings_iterator() 145 static inline std::size_t num_rings(Polygon const& polygon) in num_rings()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativepolygonmapitem_p_p.h | 295 QDeclarativePolygonMapItemPrivate(QDeclarativePolygonMapItem &polygon) : m_poly(polygon) in QDeclarativePolygonMapItemPrivate() 321 …QDeclarativePolygonMapItemPrivateCPU(QDeclarativePolygonMapItem &polygon) : QDeclarativePolygonMap… in QDeclarativePolygonMapItemPrivateCPU() 500 …QDeclarativePolygonMapItemPrivateOpenGL(QDeclarativePolygonMapItem &polygon) : QDeclarativePolygon… in QDeclarativePolygonMapItemPrivateOpenGL()
|
| H A D | qdeclarativepolygonmapitem.cpp | 299 std::vector<std::vector<Point>> polygon; in updateScreenPoints() local 412 std::vector<std::vector<Point>> polygon; in cutPathEars() local 441 std::vector<std::vector<Point>> polygon; in cutPathEars() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/ |
| H A D | tile.hpp | 81 void addFeature(const vt_polygon& polygon, in addFeature() 173 for (const auto& polygon : polygons) { in transform() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojson/0.4.2/include/mapbox/ |
| H A D | geojson.hpp | 17 using polygon = mapbox::geometry::polygon<double>; typedef
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/ |
| H A D | shape_annotation_impl.hpp | 51 for (auto &polygon : closed) { in operator ()() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/ |
| H A D | is_acceptable_turn.hpp | 125 typedef typename boost::range_value<MultiPolygon>::type polygon; typedef in boost::geometry::detail::is_valid::is_acceptable_turn
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/ |
| H A D | fill_bucket.cpp | 44 for (auto& polygon : classifyRings(geometry)) { in addFeature() local
|
| H A D | fill_extrusion_bucket.cpp | 50 for (auto& polygon : classifyRings(geometry)) { in addFeature() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/ |
| H A D | is_empty.hpp | 70 static inline bool apply(Polygon const& polygon) in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/ |
| H A D | linear_areal.hpp | 174 Polygon const& polygon, in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/geojson_viewer/ |
| H A D | main.cpp | 154 …} else if (QDeclarativePolygonMapItem *polygon = qobject_cast<QDeclarativePolygonMapItem *>(kid)) { in toVariant() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/distance/ |
| H A D | point_to_geometry.hpp | 233 Polygon const& polygon, in apply()
|