/third_party/boost/boost/geometry/geometries/adapted/boost_polygon/ |
D | ring.hpp | 132 namespace boost { namespace polygon namespace 139 >::iterator_type range_begin(polygon_data<CoordinateType>& polygon) in range_begin() 148 >::iterator_type range_begin(polygon_data<CoordinateType> const& polygon) in range_begin() 157 >::iterator_type range_end(polygon_data<CoordinateType>& polygon) in range_end() 166 >::iterator_type range_end(polygon_data<CoordinateType> const& polygon) in range_end() 172 inline std::size_t range_calculate_size(polygon_data<CoordinateType> const& polygon) in range_calculate_size()
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Clipper.cpp | 43 bool Clipper::clip(Polygon &polygon, int clipFlagsOr, const DrawCall &draw) in clip() 84 void Clipper::clipNear(Polygon &polygon) in clipNear() 122 void Clipper::clipFar(Polygon &polygon) in clipFar() 160 void Clipper::clipLeft(Polygon &polygon) in clipLeft() 198 void Clipper::clipRight(Polygon &polygon) in clipRight() 236 void Clipper::clipTop(Polygon &polygon) in clipTop() 274 void Clipper::clipBottom(Polygon &polygon) in clipBottom() 312 void Clipper::clipPlane(Polygon &polygon, const Plane &p) in clipPlane()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Clipper.cpp | 32 void clipNear(sw::Polygon &polygon) in clipNear() 70 void clipFar(sw::Polygon &polygon) in clipFar() 108 void clipLeft(sw::Polygon &polygon) in clipLeft() 146 void clipRight(sw::Polygon &polygon) in clipRight() 184 void clipTop(sw::Polygon &polygon) in clipTop() 222 void clipBottom(sw::Polygon &polygon) in clipBottom() 276 bool Clipper::Clip(Polygon &polygon, int clipFlagsOr, const DrawCall &draw) in Clip()
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/difference/ |
D | difference_multi_spike.cpp | 34 typedef bg::model::polygon<P, ClockWise, Closed> polygon; in test_spikes_in_ticket_8364() typedef 80 typedef bg::model::polygon<P, ClockWise, Closed> polygon; in test_spikes_in_ticket_8365() typedef
|
D | difference_multi_areal_linear.cpp | 36 typedef typename boost::range_value<MultiPolygon>::type polygon; in test_areal_linear() typedef 66 typedef bg::model::polygon<P> polygon; in test_all() typedef
|
/third_party/boost/libs/geometry/example/ |
D | 04_boost_example.cpp | 33 typedef model::polygon<point> polygon; in main() typedef 76 typedef model::polygon<boost::tuple<double,double> > polygon; in main() typedef
|
D | c08_custom_non_std_example.cpp | 190 inline custom_iterator<my_polygon> range_begin(my_polygon& polygon) in range_begin() 195 inline custom_iterator<my_polygon const> range_begin(my_polygon const& polygon) in range_begin() 200 inline custom_iterator<my_polygon> range_end(my_polygon& polygon) in range_end() 205 inline custom_iterator<my_polygon const> range_end(my_polygon const& polygon) in range_end() 265 void walk_using_range(my_polygon const& polygon) in walk_using_range()
|
/third_party/boost/libs/geometry/test/strategies/ |
D | winding.cpp | 21 typedef bg::model::polygon<Point> polygon; in test_cartesian() typedef 79 typedef bg::model::polygon<point> polygon; in test_spherical() typedef
|
D | test_within.hpp | 70 Polygon const& polygon, in test_point_in_polygon() 98 Polygon polygon; in test_geometry() local
|
/third_party/boost/boost/geometry/core/ |
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()
|
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()
|
/third_party/boost/libs/geometry/test/algorithms/distance/ |
D | test_empty_geometry.hpp | 87 bg::model::polygon<Point> polygon = in test_more_empty_input_pointlike_areal() local 157 bg::model::polygon<Point> polygon = in test_more_empty_input_linear_areal() local 194 bg::model::polygon<Point> polygon = in test_more_empty_input_areal_areal() local
|
/third_party/boost/libs/geometry/test/algorithms/overlay/ |
D | get_turns.cpp | 209 typedef bg::model::polygon<P> polygon; in test_all() typedef 358 typedef bg::model::polygon<P, false, true> polygon; in test_ccw() typedef 374 typedef bg::model::polygon<P, true, false> polygon; in test_open() typedef
|
/third_party/boost/boost/polygon/ |
D | polygon_traits.hpp | 10 namespace boost { namespace polygon{ namespace 236 namespace boost { namespace polygon{ namespace 424 begin_compact(const T& polygon, in begin_compact() 436 end_compact(const T& polygon, in end_compact() 450 begin_points(const T& polygon) { in begin_points() 459 end_points(const T& polygon) { in end_points() 467 size(const T& polygon) { in size() 476 begin_holes(const T& polygon) { in begin_holes() 485 end_holes(const T& polygon) { in end_holes() 493 size_holes(const T& polygon) { in size_holes() [all …]
|
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | follow.hpp | 66 LineString const& linestring, Polygon const& polygon, in last_covered_by() 83 LineString const& linestring, Polygon const& polygon, in is_leaving() 109 LineString const& linestring, Polygon const& polygon, in is_staying_inside() 136 Linestring const& linestring, Polygon const& polygon, in was_entered() 415 static inline OutputIterator apply(LineString const& linestring, Polygon const& polygon, in apply()
|
/third_party/boost/boost/geometry/geometries/ |
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
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/union/ |
D | union_multi.cpp | 458 typedef bg::model::polygon<Point, ClockWise, Closed> polygon; in test_all() typedef 467 typedef bg::model::polygon<Point, ClockWise, Closed> polygon; in test_specific() typedef
|
/third_party/weston/tests/ |
D | vertex-clip-test.c | 62 struct polygon8 *polygon, in clip_polygon() 187 struct polygon8 polygon; in TEST_P() local 200 struct polygon8 polygon; in TEST_P() local
|
/third_party/boost/libs/geometry/test/algorithms/ |
D | remove_spikes.cpp | 98 typedef bg::model::polygon<P, Clockwise, Closed> polygon; in test_polygons() typedef 165 typedef bg::model::polygon<P, Clockwise, Closed> polygon; in test_multi_polygons() typedef
|
/third_party/boost/libs/geometry/test/robustness/overlay/areal_areal/ |
D | recursive_polygons.cpp | 23 inline void make_polygon(Polygon& polygon, Generator& generator, bool triangular) in make_polygon() 82 typedef typename boost::range_value<MultiPolygon>::type polygon; in test_recursive_boxes() typedef 125 > polygon; in test_all() typedef
|
/third_party/boost/libs/geometry/test/algorithms/buffer/ |
D | buffer_multi_point.cpp | 32 typedef bg::model::polygon<P, Clockwise> polygon; in test_all() typedef 112 typedef bg::model::polygon<P, false> polygon; in test_many_points_per_circle() typedef
|
/third_party/boost/libs/geometry/example/with_external_libs/ |
D | x05_shapelib_example.cpp | 50 T polygon; in read_shapefile() local 70 void convert(SHPObject* psShape, T& polygon) in convert()
|
/third_party/boost/libs/geometry/doc/src/examples/core/ |
D | interior_type.cpp | 33 > polygon; in BOOST_GEOMETRY_REGISTER_BOOST_ARRAY_CS() typedef
|
/third_party/boost/libs/geometry/doc/src/examples/algorithms/ |
D | envelope.cpp | 25 boost::geometry::model::polygon<point> polygon; in main() local
|
/third_party/boost/libs/geometry/doc/src/examples/io/ |
D | wkt.cpp | 25 geom::model::polygon<point_type> polygon; in main() local
|