Home
last modified time | relevance | path

Searched refs:piece_index (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/
H A Doccupation_info.hpp140 inline void move_index(Pieces const& pieces, signed_size_type& index, signed_size_type& piece_index in move_index() argument
144 piece_index >= 0 in move_index()
145 && piece_index < static_cast<signed_size_type>(boost::size(pieces)) ); in move_index()
148 && index < static_cast<signed_size_type>(boost::size(pieces[piece_index].robust_ring))); in move_index()
157 piece_index--; in move_index()
158 if (piece_index < 0) in move_index()
160 piece_index = boost::size(pieces) - 1; in move_index()
162 index = boost::size(pieces[piece_index].robust_ring) - 1; in move_index()
165 && index >= static_cast<signed_size_type>(boost::size(pieces[piece_index].robust_ring))) in move_index()
167 piece_index++; in move_index()
[all …]
/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 Dsegment_identifier.hpp41 , piece_index(-1) in segment_identifier()
52 , piece_index(-1) in segment_identifier()
92 signed_size_type piece_index; member
H A Dsort_by_side.hpp367 &segment_identifier::piece_index in find_open()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/
H A Dbuffer_policies.hpp139 signed_size_type piece_index; member
143 : piece_index(-1) in buffer_turn_operation()
H A Dget_piece_turns.hpp219 the_model.operations[0].piece_index = piece1.index; in calculate_turns()
228 the_model.operations[1].piece_index = piece2.index; in calculate_turns()
H A Dturn_in_piece_visitor.hpp602 if (op.piece_index == piece.index) in skip()
606 Piece const& pc = m_pieces[op.piece_index]; in skip()
H A Dbuffered_piece_collection.hpp573 = m_pieces[it->operations[i].piece_index].robust_ring in assert_indices_in_robust_rings()
608 piece& pc = m_pieces[it->operations[i].piece_index]; in insert_rescaled_piece_turns()
977 current_segment_id.piece_index = pc.index; in create_piece()