Home
last modified time | relevance | path

Searched refs:method_equal (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/geometry/test/algorithms/overlay/
Dget_turn_info.cpp797 method_equal, false, 5, 6, "ui"); in test_all()
801 method_equal, false, 5, 6, "iu"); in test_all()
805 method_equal, false, 5, 6, "cc"); in test_all()
810 method_equal, false, 5, 6, "iu"); in test_all()
815 method_equal, false, 5, 6, "iu"); in test_all()
819 method_equal, false, 5, 6, "ui"); in test_all()
823 method_equal, false, 5, 6, "cc"); in test_all()
828 method_equal, false, 5, 6, "ui"); in test_all()
833 method_equal, false, 5, 6, "iu"); in test_all()
837 method_equal, false, 5, 6, "ui"); in test_all()
[all …]
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Ddebug_turn_info.hpp30 case method_equal : return 'e'; in method_char()
Dturn_info.hpp36 method_equal, enumerator
Dget_turn_info_ll.hpp280 tp_model, inters, method_equal, out, in apply()
483 if ( tp.method == method_equal in append_collinear_spikes()
625 method = (method == method_touch ? method_equal : method_collinear); in replace_method_and_operations_tm()
Dfollow_linear_linear.hpp82 if ( turn.method != method_equal && turn.method != method_collinear ) in is_staying_inside()
103 && turn.method != method_equal in is_leaving()
Dget_turn_info_la.hpp236 tp_model, inters, method_equal, out, in apply()
593 method = (method == method_touch ? method_equal : method_collinear); in replace_method_and_operations_tm()
Dget_turn_info.hpp715 assign_point(ti, method_equal, info, non_opposite_to_index(info)); in apply()
804 tp.method = method_equal; in apply()
Dfollow.hpp139 if (first && (turn.method == method_collinear || turn.method == method_equal)) in was_entered()
/third_party/boost/boost/geometry/algorithms/detail/turns/
Dfilter_continue_turns.hpp50 && turn.method != detail::overlay::method_equal ) in operator ()()
/third_party/boost/boost/geometry/algorithms/detail/touches/
Dimplementation.hpp164 case overlay::method_equal: in apply()