Home
last modified time | relevance | path

Searched refs:method_touch (Results 1 – 11 of 11) 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/is_valid/
H A Dis_acceptable_turn.hpp115 || check_turn(turn, method_touch, op) in apply()
142 || base::check_turn(turn, method_touch, op)) in apply()
149 return (turn.method == method_touch in apply()
/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 Dget_turn_info_la.hpp167 tp_model, inters, method_touch, out) ) in apply()
274 turn_transformer_ec<false> transformer(method_touch); in apply()
283 method_touch, append_equal, out) ) in apply()
325 method_replace = method_touch; in apply()
580 tp.method = method_touch; in append_opposite_spikes()
625 method = (method == method_touch ? method_equal : method_collinear); in replace_method_and_operations_tm()
758 tp.method = ip0.is_qj ? method_touch : method_touch_interior; in get_turn_info_for_endpoint()
785 replaced_method = method_touch; in get_turn_info_for_endpoint()
866 … tp.method = ( ip_count > 1 ? ip1.is_qj : ip0.is_qj ) ? method_touch : method_touch_interior; in get_turn_info_for_endpoint()
H A Dget_turn_info_ll.hpp162 tp_model, inters, method_touch, out) ) in apply()
320 turn_transformer_ec transformer(method_touch); in apply()
330 method_touch, spike_op, in apply()
376 method_replace = method_touch; in apply()
590 tp.method = method_touch; in append_opposite_spikes()
623 tp.method = method_touch; in append_opposite_spikes()
657 method = (method == method_touch ? method_equal : method_collinear); in replace_method_and_operations_tm()
H A Dfollow_linear_linear.hpp60 if ( turn.method != method_touch && turn.method != method_touch_interior ) in is_entering()
98 if ( turn.method != method_touch in is_leaving()
142 if ( turn.method != method_touch && turn.method != method_touch_interior ) in is_isolated_point()
H A Ddebug_turn_info.hpp27 case method_touch : return 't'; in method_char()
H A Dturn_info.hpp32 method_touch, enumerator
H A Dget_turn_info_for_endpoint.hpp528 return method_touch; in endpoint_ip_method()
H A Dget_turn_info.hpp283 assign_point(ti, method_touch, intersection_info, 0); in apply()
H A Dintersection_insert.hpp249 (t.method == overlay::method_touch in has_i_or_b_ops()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dhas_self_intersections.hpp101 && (info.method == detail::overlay::method_touch in has_self_intersections()
/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.hpp169 case overlay::method_touch: in apply()