Home
last modified time | relevance | path

Searched refs:do_reverse (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Ddo_reverse.hpp25 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
Dintersection_insert.hpp545 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()
Dself_turn_points.hpp361 static bool const reverse = detail::overlay::do_reverse in self_turns()
Dhandle_colocations.hpp704 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/
Dgeneral_intersection_precision.cpp54 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/
Dlinear_linear.hpp123 … 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/
Dunion.hpp103 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()
Ddifference.hpp64 … 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()
Dsym_difference.hpp67 geometry::detail::overlay::do_reverse in apply()
71 geometry::detail::overlay::do_reverse in apply()
/third_party/boost/libs/geometry/test/algorithms/overlay/
Doverlay.cpp401 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/
Dturns.hpp127 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/
Dimplementation.hpp264 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/
Dto_svg.hpp336 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/
Dfilters.py895 def do_reverse(value): function
1169 'reverse': do_reverse,
/third_party/jinja2/
Dfilters.py1031 def do_reverse(value): function
1361 "reverse": do_reverse,
/third_party/skia/third_party/externals/jinja2/
Dfilters.py1031 def do_reverse(value): function
1361 "reverse": do_reverse,
/third_party/python/Lib/
Dpstats.py716 def do_reverse(self, line): member in ProfileBrowser