/third_party/boost/boost/geometry/core/ |
D | ring_type.hpp | 145 struct ring_type struct 150 struct ring_type<ring_tag, Ring> struct 152 typedef Ring type; 157 struct ring_type<polygon_tag, Polygon> struct 162 >::type type; 167 struct ring_type<multi_linestring_tag, MultiLinestring> struct 172 >::type type; 177 struct ring_type<multi_polygon_tag, MultiPolygon> struct 182 >::type type; 202 struct ring_type struct [all …]
|
/third_party/boost/libs/geometry/test/algorithms/buffer/ |
D | buffer_piece_border.cpp | 110 typedef bg::model::ring<Point> ring_type; in test_rectangle_properties() typedef 197 typedef bg::model::ring<Point> ring_type; in test_rectangle_point_on_piece_a() typedef 239 typedef bg::model::ring<Point> ring_type; in test_rectangle_point_on_piece_c() typedef 283 typedef bg::model::ring<Point> ring_type; in test_diamond_point_on_piece_a() typedef 325 typedef bg::model::ring<Point> ring_type; in test_diamond_point_on_piece_c() typedef
|
D | buffer_ring.cpp | 20 typedef bg::model::ring<P, Clockwise, true> ring_type; in test_all() typedef
|
/third_party/boost/libs/geometry/test/algorithms/distance/ |
D | distance_se_geo_ar_ar.cpp | 34 typedef bg::model::ring<Point> ring_type; in test_distance_ring_ring() typedef 65 typedef bg::model::ring<Point> ring_type; in test_distance_ring_polygon() typedef 125 typedef bg::model::ring<Point> ring_type; in test_distance_ring_multi_polygon() typedef 272 typedef bg::model::ring<Point> ring_type; in test_distance_ring_box() typedef
|
D | distance_se_geo_l_ar.cpp | 237 typedef bg::model::ring<Point> ring_type; in test_distance_segment_ring() typedef 256 typedef bg::model::ring<Point> ring_type; in test_distance_linestring_ring() typedef 276 typedef bg::model::ring<Point> ring_type; in test_distance_multi_linestring_ring() typedef
|
D | distance_geo_linear_box.cpp | 170 typedef bg::model::ring<Point> ring_type; in test_distance_segment_ring() typedef 190 typedef bg::model::ring<Point> ring_type; in test_distance_linestring_ring() typedef 211 typedef bg::model::ring<Point> ring_type; in test_distance_multi_linestring_ring() typedef
|
D | distance_se_geo_pl_ar.cpp | 41 typedef bg::model::ring<Point> ring_type; in test_distance_point_ring() typedef 75 typedef bg::model::ring<Point> ring_type; in test_distance_multipoint_ring() typedef
|
/third_party/boost/boost/geometry/geometries/concepts/ |
D | polygon_concept.hpp | 50 typedef typename ring_type<PolygonType>::type ring_type; typedef in boost::geometry::concepts::Polygon 99 typedef typename ring_type<const_polygon_type>::type ring_type; typedef in boost::geometry::concepts::ConstPolygon
|
/third_party/boost/libs/geometry/doc/src/examples/core/ |
D | ring_type.cpp | 25 typedef boost::geometry::ring_type<polygon>::type ring_type; in main() typedef
|
D | rings.cpp | 31 typedef boost::geometry::ring_type<polygon_type>::type ring_type; in main() typedef
|
/third_party/boost/libs/geometry/test/algorithms/ |
D | assign.cpp | 133 typedef bg::model::ring<P> ring_type; in test_assign_conversion() typedef 197 typedef bg::model::ring<P> ring_type; in test_assign_conversion_variant() typedef
|
/third_party/boost/boost/geometry/algorithms/detail/buffer/ |
D | buffered_ring.hpp | 143 struct ring_type struct 149 typedef Ring type;
|
/third_party/boost/boost/geometry/algorithms/ |
D | convert.hpp | 396 typedef typename ring_type<Polygon>::type ring_type; in apply() typedef 430 typedef typename ring_type<Polygon>::type ring_type; in apply() typedef 446 typedef typename ring_type<Polygon>::type ring_type; in apply() typedef
|
D | append.hpp | 93 typedef typename ring_type<Polygon>::type ring_type; typedef 119 typedef typename ring_type<Polygon>::type ring_type; typedef
|
D | correct_closure.hpp | 86 typedef typename ring_type<Polygon>::type ring_type; typedef
|
/third_party/boost/libs/geometry/test/algorithms/overlay/ |
D | split_rings.cpp | 46 typedef typename bg::ring_type<Geometry>::type ring_type; in apply() typedef
|
D | traverse_gmp.cpp | 80 typedef bg::model::ring<typename bg::point_type<G2>::type> ring_type; in test_traverse() typedef
|
D | dissolver.cpp | 117 typedef typename bg::ring_type<MultiPolygon>::type ring_type; in test_geometry() typedef
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/sym_difference/ |
D | sym_difference_areal_areal.cpp | 31 typedef bg::model::ring<point_type> ring_type; // ccw, closed typedef
|
/third_party/mesa3d/src/amd/vulkan/winsys/null/ |
D | radv_null_cs.c | 69 radv_null_cs_create(struct radeon_winsys *ws, enum ring_type ring_type) in radv_null_cs_create()
|
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | select_rings.hpp | 115 typedef typename geometry::ring_type<Polygon>::type ring_type; in apply() typedef 135 typedef typename geometry::ring_type<Polygon>::type ring_type; in apply() typedef
|
/third_party/boost/libs/geometry/example/ |
D | c07_custom_ring_pointer_example.cpp | 82 typedef std::vector<my_point*> ring_type; in main() typedef
|
/third_party/boost/libs/geometry/example/with_external_libs/ |
D | x06_qt_world_mapper.cpp | 78 typedef boost::geometry::ring_type<polygon_type>::type ring_type; in paintEvent() typedef
|
/third_party/boost/libs/geometry/test/algorithms/within/ |
D | test_within.hpp | 95 typedef bg::model::ring<Point, Clockwise, Closed> ring_type; in test_ordered_ring() typedef
|
/third_party/boost/libs/geometry/test/test_geometries/ |
D | all_custom_polygon.hpp | 91 typedef typename polygon_type::custom_ring_type ring_type; typedef
|