| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/ |
| H A D | point_order.hpp | 69 struct point_order struct 79 namespace detail { namespace point_order namespace 98 struct point_order struct 108 struct point_order<point_tag, Point> struct 109 : public detail::point_order::clockwise {}; 112 struct point_order<segment_tag, Segment> struct 113 : public detail::point_order::clockwise {}; 117 struct point_order<box_tag, Box> struct 118 : public detail::point_order::clockwise {}; 121 struct point_order<linestring_tag, LineString> struct [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/ |
| H A D | buffered_ring.hpp | 108 struct point_order<geometry::detail::buffer::buffered_ring<Ring> > struct 110 static const order_selector value = geometry::point_order<Ring>::value; argument 155 struct point_order<detail::buffer::buffered_ring_collection_tag, struct 162 = core_dispatch::point_order<ring_tag, Ring>::value;
|
| H A D | buffer_inserter.hpp | 1007 geometry::point_order<GeometryOutput>::value == counterclockwise)) in buffer_inserter()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/views/ |
| H A D | box_view.hpp | 98 struct point_order<box_view<Box, false> > struct 105 struct point_order<box_view<Box, true> > struct
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/ |
| H A D | ring.hpp | 132 struct point_order<model::ring<Point, false, Closed, Container, Allocator> > struct 145 struct point_order<model::ring<Point, true, Closed, Container, Allocator> > struct
|
| /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 | intersection_insert.hpp | 415 bool Reverse1 = detail::overlay::do_reverse<geometry::point_order<Geometry1>::value>::value, 416 bool Reverse2 = detail::overlay::do_reverse<geometry::point_order<Geometry2>::value>::value, 417 bool ReverseOut = detail::overlay::do_reverse<geometry::point_order<GeometryOut>::value>::value, 974 overlay::do_reverse<geometry::point_order<Geometry1>::value>::value, in insert() 975 overlay::do_reverse<geometry::point_order<Geometry2>::value, ReverseSecond>::value, in insert() 976 overlay::do_reverse<geometry::point_order<GeometryOut>::value>::value in insert() 983 geometry::detail::overlay::do_reverse<geometry::point_order<Geometry1>::value>::value, in insert() 984 …geometry::detail::overlay::do_reverse<geometry::point_order<Geometry2>::value, ReverseSecond>::val… in insert()
|
| H A D | self_turn_points.hpp | 340 geometry::point_order<Geometry>::value in self_turns()
|
| H A D | handle_colocations.hpp | 646 do_reverse<geometry::point_order<Geometry1>::value>::value != Reverse1, in handle_colocations() 647 do_reverse<geometry::point_order<Geometry2>::value>::value != Reverse2, in handle_colocations()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/ |
| H A D | convert.hpp | 194 geometry::point_order<Polygon1>::value 195 != geometry::point_order<Polygon2>::value 342 geometry::point_order<Ring1>::value 343 != geometry::point_order<Ring2>::value 364 geometry::point_order<Ring>::value == counterclockwise
|
| H A D | convex_hull.hpp | 83 geometry::point_order<OutputGeometry>::value, in apply() 123 = geometry::point_order<OutputGeometry>::value == counterclockwise; in apply() 185 geometry::point_order<Geometry>::value, in apply()
|
| H A D | union.hpp | 51 bool Reverse1 = detail::overlay::do_reverse<geometry::point_order<Geometry1>::value>::value, 52 bool Reverse2 = detail::overlay::do_reverse<geometry::point_order<Geometry2>::value>::value, 53 bool ReverseOut = detail::overlay::do_reverse<geometry::point_order<GeometryOut>::value>::value,
|
| H A D | assign.hpp | 235 = point_order<Geometry1>::value == point_order<Geometry2>::value; in apply()
|
| H A D | area.hpp | 163 order_as_direction<geometry::point_order<Ring>::value>::value, 179 order_as_direction<geometry::point_order<Polygon>::value>::value, in apply()
|
| H A D | difference.hpp | 77 geometry::detail::overlay::do_reverse<geometry::point_order<Geometry1>::value>::value, in difference_insert() 78 … geometry::detail::overlay::do_reverse<geometry::point_order<Geometry2>::value, true>::value in difference_insert()
|
| H A D | sym_difference.hpp | 68 geometry::point_order<Geometry1>::value in apply() 72 geometry::point_order<Geometry2>::value, true in apply()
|
| H A D | correct.hpp | 135 order_as_direction<geometry::point_order<Ring>::value>::value,
|
| /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_linear.hpp | 147 … overlay::do_reverse<geometry::point_order<Geometry1>::value>::value, // should be false in apply() 148 … overlay::do_reverse<geometry::point_order<Geometry2>::value>::value, // should be false in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/ |
| H A D | turns.hpp | 111 geometry::point_order<Geometry1>::value in apply() 116 geometry::point_order<Geometry2>::value in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/views/detail/ |
| H A D | normalized_view.hpp | 63 geometry::point_order<Geometry>::value
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/touches/ |
| H A D | implementation.hpp | 270 detail::overlay::do_reverse<geometry::point_order<Geometry1>::value>::value, in apply() 271 detail::overlay::do_reverse<geometry::point_order<Geometry2>::value>::value, in apply()
|
| /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 | 34 order_selector Order = geometry::point_order<Geometry>::value,
|
| H A D | ring.hpp | 114 order_as_direction<geometry::point_order<Ring>::value>::value, in apply()
|