Searched refs:method_equal (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/libs/geometry/test/algorithms/overlay/ |
D | get_turn_info.cpp | 797 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/ |
D | debug_turn_info.hpp | 30 case method_equal : return 'e'; in method_char()
|
D | turn_info.hpp | 36 method_equal, enumerator
|
D | get_turn_info_ll.hpp | 280 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()
|
D | follow_linear_linear.hpp | 82 if ( turn.method != method_equal && turn.method != method_collinear ) in is_staying_inside() 103 && turn.method != method_equal in is_leaving()
|
D | get_turn_info_la.hpp | 236 tp_model, inters, method_equal, out, in apply() 593 method = (method == method_touch ? method_equal : method_collinear); in replace_method_and_operations_tm()
|
D | get_turn_info.hpp | 715 assign_point(ti, method_equal, info, non_opposite_to_index(info)); in apply() 804 tp.method = method_equal; in apply()
|
D | follow.hpp | 139 if (first && (turn.method == method_collinear || turn.method == method_equal)) in was_entered()
|
/third_party/boost/boost/geometry/algorithms/detail/turns/ |
D | filter_continue_turns.hpp | 50 && turn.method != detail::overlay::method_equal ) in operator ()()
|
/third_party/boost/boost/geometry/algorithms/detail/touches/ |
D | implementation.hpp | 164 case overlay::method_equal: in apply()
|