Home
last modified time | relevance | path

Searched refs:position_middle (Results 1 – 5 of 5) 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.hpp232 && it->operations[0].position == overlay::position_middle in apply()
233 && it->operations[1].position == overlay::position_middle ) in apply()
709 else if ( turn.operations[op_id].position == overlay::position_middle in handle_degenerated()
710 && turn.operations[other_op_id].position == overlay::position_middle ) in handle_degenerated()
H A Dlinear_areal.hpp594 && it->operations[0].position == overlay::position_middle ) 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_helpers.hpp24 enum turn_position { position_middle, position_front, position_back }; enumerator
31 : position(position_middle) in turn_operation_linear()
H A Dget_turn_info_la.hpp752 tp.operations[1].position = position_middle; in get_turn_info_for_endpoint()
869 tp.operations[1].position = position_middle; in get_turn_info_for_endpoint()
H A Dget_turn_info_for_endpoint.hpp536 ( is_ip_last_j ? position_back : position_middle ); in ip_position()