Home
last modified time | relevance | path

Searched refs:last_segment_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.hpp212 … signed_size_type last_segment_index; // no segment-identifier - it is the same as first_seg_id member
245 , last_segment_index(-1) in piece()
988 pc.last_segment_index = pc.first_seg_id.segment_index; in create_piece()
1006 BOOST_GEOMETRY_ASSERT(pc.last_segment_index >= 0); in init_rescale_piece()
1008 pc.offsetted_count = pc.last_segment_index - pc.first_seg_id.segment_index; in init_rescale_piece()
1019 it != boost::begin(ring) + pc.last_segment_index; in init_rescale_piece()
1089 boost::begin(ring) + pc.last_segment_index, in sectionalize()
1145 pc.last_segment_index = add_point(b2); in add_piece()
1166 pc.last_segment_index = add_point(*it); in add_range_to_piece()