Home
last modified time | relevance | path

Searched refs:prev2 (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/buffer/
H A Dget_piece_turns.hpp235 for (iterator prev2 = it2++; in calculate_turns() local
237 prev2 = it2++, the_model.operations[1].seg_id.segment_index++) in calculate_turns()
256 *prev2, *it2, *next2, in calculate_turns()
/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 Dget_turns.hpp246 range2_iterator prev2, it2, end2; in apply() local
248 get_start_point_iterator(sec2, view2, prev2, it2, end2, in apply()
253 for (prev2 = it2++, next2++; in apply()
254 …it2 != end2 && ! detail::section::exceeding<0>(dir2, *prev2, sec2.bounding_box, sec1.bounding_box,… in apply()
255 ++prev2, ++it2, ++index2, ++next2, ++ndi2) in apply()
299 TurnPolicy::apply(*prev1, *it1, *nd_next1, *prev2, *it2, *nd_next2, in apply()