Home
last modified time | relevance | path

Searched refs:position_back (Results 1 – 7 of 7) 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/relate/
H A Dlinear_linear.hpp307 if ( it->operations[op_id].position == overlay::position_back ) in apply()
435 if ( it->operations[op_id].position != overlay::position_back ) in apply()
448 … && it->operations[op_id].position == overlay::position_back ) // ignore spikes! in apply()
679 else if ( turn.operations[op_id].position == overlay::position_back ) in handle_degenerated()
H A Dfollow_helpers.hpp382 && operation_info.position == overlay::position_back ) in is_ip_on_boundary()
H A Dlinear_areal.hpp936 … && it->operations[op_id].position == overlay::position_back ) // ignore spikes! 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_ll.hpp454 tp.operations[0].position = position_back; in apply()
464 tp.operations[1].position = position_back; in apply()
H A Dget_turn_info_la.hpp395 tp.operations[0].position = position_back; in apply()
868 tp.operations[0].position = position_back; in get_turn_info_for_endpoint()
H A Dget_turn_info_helpers.hpp24 enum turn_position { position_middle, position_front, position_back }; enumerator
H A Dget_turn_info_for_endpoint.hpp536 ( is_ip_last_j ? position_back : position_middle ); in ip_position()