/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | do_reverse.hpp | 25 struct do_reverse {}; struct 28 struct do_reverse<clockwise, false> : boost::false_type {}; struct 31 struct do_reverse<clockwise, true> : boost::true_type {}; struct 34 struct do_reverse<counterclockwise, false> : boost::true_type {}; struct 37 struct do_reverse<counterclockwise, true> : boost::false_type {}; struct
|
D | intersection_insert.hpp | 545 bool Reverse1 = detail::overlay::do_reverse<geometry::point_order<Geometry1>::value>::value, 546 bool Reverse2 = detail::overlay::do_reverse<geometry::point_order<Geometry2>::value>::value, 585 detail::overlay::do_reverse<geometry::point_order<GeometryOut>::value>::value, 611 detail::overlay::do_reverse<geometry::point_order<GeometryOut>::value>::value, 1439 overlay::do_reverse<geometry::point_order<Geometry1>::value>::value, in insert() 1440 overlay::do_reverse<geometry::point_order<Geometry2>::value, ReverseSecond>::value in insert() 1447 geometry::detail::overlay::do_reverse<geometry::point_order<Geometry1>::value>::value, in insert() 1448 …geometry::detail::overlay::do_reverse<geometry::point_order<Geometry2>::value, ReverseSecond>::val… in insert()
|
D | self_turn_points.hpp | 361 static bool const reverse = detail::overlay::do_reverse in self_turns()
|
D | handle_colocations.hpp | 704 do_reverse<geometry::point_order<Geometry1>::value>::value != Reverse1, in handle_colocations() 705 do_reverse<geometry::point_order<Geometry2>::value>::value != Reverse2 in handle_colocations()
|
/third_party/boost/libs/geometry/test/robustness/overlay/areal_areal/ |
D | general_intersection_precision.cpp | 54 bg::detail::overlay::do_reverse<bg::point_order<Geometry>::value>::value, in test_overlay() 56 ? ! bg::detail::overlay::do_reverse<bg::point_order<Geometry>::value>::value in test_overlay() 57 : bg::detail::overlay::do_reverse<bg::point_order<Geometry>::value>::value, in test_overlay() 58 bg::detail::overlay::do_reverse<bg::point_order<Geometry>::value>::value, in test_overlay()
|
/third_party/boost/boost/geometry/algorithms/detail/disjoint/ |
D | linear_linear.hpp | 123 … overlay::do_reverse<geometry::point_order<Geometry1>::value>::value, // should be false in apply() 124 … overlay::do_reverse<geometry::point_order<Geometry2>::value>::value, // should be false in apply()
|
/third_party/boost/boost/geometry/algorithms/ |
D | union.hpp | 103 detail::overlay::do_reverse<geometry::point_order<Geometry1>::value>::value, 104 detail::overlay::do_reverse<geometry::point_order<Geometry2>::value>::value, 105 detail::overlay::do_reverse<geometry::point_order<GeometryOut>::value>::value, 227 … geometry::detail::overlay::do_reverse<geometry::point_order<Geometry1>::value>::value, in apply() 228 … geometry::detail::overlay::do_reverse<geometry::point_order<Geometry2>::value, true>::value in apply()
|
D | difference.hpp | 64 … geometry::detail::overlay::do_reverse<geometry::point_order<Geometry1>::value>::value, in apply() 65 … geometry::detail::overlay::do_reverse<geometry::point_order<Geometry2>::value, true>::value in apply()
|
D | sym_difference.hpp | 67 geometry::detail::overlay::do_reverse in apply() 71 geometry::detail::overlay::do_reverse in apply()
|
/third_party/boost/libs/geometry/test/algorithms/overlay/ |
D | overlay.cpp | 401 bg::detail::overlay::do_reverse<bg::point_order<Geometry>::value>::value, in test_overlay() 403 ? ! bg::detail::overlay::do_reverse<bg::point_order<Geometry>::value>::value in test_overlay() 404 : bg::detail::overlay::do_reverse<bg::point_order<Geometry>::value>::value, in test_overlay() 405 bg::detail::overlay::do_reverse<bg::point_order<Geometry>::value>::value, in test_overlay()
|
/third_party/boost/boost/geometry/algorithms/detail/relate/ |
D | turns.hpp | 127 static const bool reverse1 = detail::overlay::do_reverse in apply() 132 static const bool reverse2 = detail::overlay::do_reverse in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/touches/ |
D | implementation.hpp | 264 detail::overlay::do_reverse<geometry::point_order<Geometry1>::value>::value, in apply() 265 detail::overlay::do_reverse<geometry::point_order<Geometry2>::value>::value, in apply()
|
/third_party/boost/libs/geometry/test/ |
D | to_svg.hpp | 336 static const bool Reverse1 = bg::detail::overlay::do_reverse<bg::point_order<G1>::value>::value; in to_svg() 337 static const bool Reverse2 = bg::detail::overlay::do_reverse<bg::point_order<G2>::value>::value; in to_svg()
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | filters.py | 895 def do_reverse(value): function 1169 'reverse': do_reverse,
|
/third_party/jinja2/ |
D | filters.py | 1031 def do_reverse(value): function 1361 "reverse": do_reverse,
|
/third_party/skia/third_party/externals/jinja2/ |
D | filters.py | 1031 def do_reverse(value): function 1361 "reverse": do_reverse,
|
/third_party/python/Lib/ |
D | pstats.py | 716 def do_reverse(self, line): member in ProfileBrowser
|