Searched refs:start_turn (Results 1 – 2 of 2) 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 D | traversal_ring_creator.hpp | 177 turn_type const& start_turn = m_turns[start_turn_index]; in traverse() local 180 detail::overlay::append_no_dups_or_spikes(ring, start_turn.point, in traverse() 206 if (start_turn.cluster_id >= 0) in traverse() 209 if (turn.cluster_id == start_turn.cluster_id) in traverse() 244 m_visitor.visit_traverse(m_turns, start_turn, start_op, "Finish"); in traverse() 253 void traverse_with_operation(turn_type const& start_turn, in traverse_with_operation() 260 turn_operation_type const& start_op = start_turn.operations[op_index]; in traverse_with_operation() 297 rings, ring, m_turns, start_turn, in traverse_with_operation()
|
| H A D | traversal.hpp | 668 turn_type const& start_turn, in change_index_for_self_turn() 696 = start_turn.operations[1 - start_op_index]; in change_index_for_self_turn() 699 = ! start_turn.both(operation_union) in change_index_for_self_turn() 705 << " turn=" << operation_char(start_turn.operations[0].operation) in change_index_for_self_turn() 706 << operation_char(start_turn.operations[1].operation) in change_index_for_self_turn()
|