Searched refs:current_turn_index (Results 1 – 1 of 1) 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 | 184 signed_size_type current_turn_index = start_turn_index; in traverse() local 189 current_turn_index, current_op_index, in traverse() 199 if (current_turn_index == start_turn_index) in traverse() 202 … m_visitor.visit_traverse(m_turns, m_turns[current_turn_index], start_op, "Early finish"); in traverse() 208 turn_type const& turn = m_turns[current_turn_index]; in traverse() 213 …m_visitor.visit_traverse(m_turns, m_turns[current_turn_index], start_op, "Early finish (cluster)"); in traverse() 232 current_turn_index, current_op_index, in traverse() 240 if (current_turn_index == start_turn_index in traverse()
|