Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Ddebug_turn_info.hpp30 case method_equal : return 'e'; in method_char()
H A Dfollow_linear_linear.hpp79 if ( turn.method != method_equal && turn.method != method_collinear ) in is_staying_inside()
100 && turn.method != method_equal in is_leaving()
H A Dturn_info.hpp35 method_equal, enumerator
H A Dget_turn_info_ll.hpp297 tp_model, inters, method_equal, out) ) in apply()
508 if ( tp.method == method_equal in append_collinear_spikes()
657 method = (method == method_touch ? method_equal : method_collinear); in replace_method_and_operations_tm()
H A Dget_turn_info.hpp484 assign_point(ti, method_equal, info, non_opposite_to_index(info)); in apply()
541 tp.method = method_equal; in apply()
H A Dget_turn_info_la.hpp259 tp_model, inters, method_equal, out) ) in apply()
625 method = (method == method_touch ? method_equal : method_collinear); in replace_method_and_operations_tm()
H A Dfollow.hpp133 if (first && (turn.method == method_collinear || turn.method == method_equal)) in was_entered()
H A Dintersection_insert.hpp235 t.method == overlay::method_equal in is_cc()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/turns/
H A Dfilter_continue_turns.hpp50 && turn.method != detail::overlay::method_equal ) in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/touches/
H A Dimplementation.hpp164 case overlay::method_equal: in apply()