Home
last modified time | relevance | path

Searched refs:method_touch_interior (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.hpp114 return check_turn(turn, method_touch_interior, op) in apply()
141 if ( base::check_turn(turn, method_touch_interior, op) in apply()
150 || turn.method == method_touch_interior) 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.hpp96 tp_model, inters, method_touch_interior, out) ) in apply()
316 method_type method_replace = method_touch_interior; in apply()
355 turn_transformer_ec<false> transformer(method_touch_interior); in apply()
588 base_turn_handler::assign_point(tp, method_touch_interior, inters.i_info(), 1); in append_opposite_spikes()
646 method = method_touch_interior; in replace_method_and_operations_tm()
758 tp.method = ip0.is_qj ? method_touch : method_touch_interior; in get_turn_info_for_endpoint()
765 method_type replaced_method = method_touch_interior; 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.hpp91 tp_model, inters, method_touch_interior, out) ) in apply()
367 method_type method_replace = method_touch_interior; in apply()
413 turn_transformer_ec transformer(method_touch_interior); in apply()
599 base_turn_handler::assign_point(tp, method_touch_interior, in append_opposite_spikes()
632 base_turn_handler::assign_point(tp, method_touch_interior, inters.i_info(), 0); in append_opposite_spikes()
684 method = method_touch_interior; 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()
99 && turn.method != method_touch_interior in is_leaving()
142 if ( turn.method != method_touch && turn.method != method_touch_interior ) in is_isolated_point()
H A Ddebug_turn_info.hpp28 case method_touch_interior : return 'm'; in method_char()
H A Dturn_info.hpp33 method_touch_interior, enumerator
H A Dintersection_insert.hpp233 (t.method == overlay::method_touch_interior in is_cc()
251 t.method == overlay::method_touch_interior in has_i_or_b_ops()
H A Dget_turn_info_for_endpoint.hpp530 return method_touch_interior; in endpoint_ip_method()
H A Dget_turn_info.hpp160 assign_point(ti, method_touch_interior, intersection_info, 0); in apply()
/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.hpp102 || info.method == detail::overlay::method_touch_interior); 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.hpp170 case overlay::method_touch_interior: in apply()