Home
last modified time | relevance | path

Searched defs:polygon (Results 1 – 25 of 33) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geometry/0.9.3/include/mapbox/geometry/
H A Dpolygon.hpp27 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 Dgeometry_tile_data.cpp31 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 Dgeometry_tile_data.hpp133 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 Dfollow.hpp62 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 Dintersection_tests.cpp85 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 Dpolygon.hpp76 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 Dexterior_ring.hpp110 inline typename ring_return_type<Polygon>::type exterior_ring(Polygon& polygon) in exterior_ring()
132 Polygon const& polygon) in exterior_ring()
H A Dinterior_rings.hpp114 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 Dpolylabel.hpp49 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 Dlocationsingleton.cpp255 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 Dareal.hpp80 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 Dqt_geojson.cpp39 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 Dimplementation.hpp96 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 Dqdeclarativepolygonmapitem_p_p.h295 QDeclarativePolygonMapItemPrivate(QDeclarativePolygonMapItem &polygon) : m_poly(polygon) in QDeclarativePolygonMapItemPrivate()
321 …QDeclarativePolygonMapItemPrivateCPU(QDeclarativePolygonMapItem &polygon) : QDeclarativePolygonMap… in QDeclarativePolygonMapItemPrivateCPU()
500 …QDeclarativePolygonMapItemPrivateOpenGL(QDeclarativePolygonMapItem &polygon) : QDeclarativePolygon… in QDeclarativePolygonMapItemPrivateOpenGL()
H A Dqdeclarativepolygonmapitem.cpp299 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 Dtile.hpp81 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 Dgeojson.hpp17 using polygon = mapbox::geometry::polygon<double>; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dshape_annotation_impl.hpp51 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 Dis_acceptable_turn.hpp125 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 Dfill_bucket.cpp44 for (auto& polygon : classifyRings(geometry)) { in addFeature() local
H A Dfill_extrusion_bucket.cpp50 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 Dis_empty.hpp70 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 Dlinear_areal.hpp174 Polygon const& polygon, in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/geojson_viewer/
H A Dmain.cpp154 …} 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 Dpoint_to_geometry.hpp233 Polygon const& polygon, in apply()

12