Home
last modified time | relevance | path

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

123456789

/third_party/boost/boost/geometry/geometries/adapted/boost_polygon/
Dring.hpp132 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/
DClipper.cpp43 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/
DClipper.cpp32 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/
Ddifference_multi_spike.cpp34 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
Ddifference_multi_areal_linear.cpp36 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/
D04_boost_example.cpp33 typedef model::polygon<point> polygon; in main() typedef
76 typedef model::polygon<boost::tuple<double,double> > polygon; in main() typedef
Dc08_custom_non_std_example.cpp190 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/
Dwinding.cpp21 typedef bg::model::polygon<Point> polygon; in test_cartesian() typedef
79 typedef bg::model::polygon<point> polygon; in test_spherical() typedef
Dtest_within.hpp70 Polygon const& polygon, in test_point_in_polygon()
98 Polygon polygon; in test_geometry() local
/third_party/boost/boost/geometry/core/
Dexterior_ring.hpp110 inline typename ring_return_type<Polygon>::type exterior_ring(Polygon& polygon) in exterior_ring()
132 Polygon const& polygon) in exterior_ring()
Dinterior_rings.hpp114 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/
Dtest_empty_geometry.hpp87 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/
Dget_turns.cpp209 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/
Dpolygon_traits.hpp10 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/
Dfollow.hpp66 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/
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
/third_party/boost/libs/geometry/test/algorithms/set_operations/union/
Dunion_multi.cpp458 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/
Dvertex-clip-test.c62 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/
Dremove_spikes.cpp98 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/
Drecursive_polygons.cpp23 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/
Dbuffer_multi_point.cpp32 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/
Dx05_shapelib_example.cpp50 T polygon; in read_shapefile() local
70 void convert(SHPObject* psShape, T& polygon) in convert()
/third_party/boost/libs/geometry/doc/src/examples/core/
Dinterior_type.cpp33 > polygon; in BOOST_GEOMETRY_REGISTER_BOOST_ARRAY_CS() typedef
/third_party/boost/libs/geometry/doc/src/examples/algorithms/
Denvelope.cpp25 boost::geometry::model::polygon<point> polygon; in main() local
/third_party/boost/libs/geometry/doc/src/examples/io/
Dwkt.cpp25 geom::model::polygon<point_type> polygon; in main() local

123456789