Home
last modified time | relevance | path

Searched refs:m_first_piece_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/buffer/
H A Dbuffered_piece_collection.hpp297 signed_size_type m_first_piece_index; member
335 : m_first_piece_index(-1) in buffered_piece_collection()
841 m_first_piece_index = static_cast<signed_size_type>(boost::size(m_pieces)); in start_new_ring()
864 m_first_piece_index = -1; in abort_ring()
914 if (m_first_piece_index == -1) in finish_ring()
919 if (m_first_piece_index < static_cast<signed_size_type>(boost::size(m_pieces))) in finish_ring()
923 geometry::range::at(m_pieces, m_first_piece_index).left_index in finish_ring()
925 geometry::range::back(m_pieces).right_index = m_first_piece_index; in finish_ring()
927 m_first_piece_index = -1; in finish_ring()