Home
last modified time | relevance | path

Searched refs:penultimate_point (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dbuffer_end_flat.hpp56 inline void apply(Point const& penultimate_point, in apply() argument
72 …promoted_type const dist_left = distance.apply(penultimate_point, ultimate_point, buffer_side_left… in apply()
73 …promoted_type const dist_right = distance.apply(penultimate_point, ultimate_point, buffer_side_rig… in apply()
H A Dbuffer_end_round.hpp111 inline void apply(Point const& penultimate_point, in apply() argument
129 …promoted_type const dist_left = distance.apply(penultimate_point, ultimate_point, buffer_side_left… in apply()
130 …promoted_type const dist_right = distance.apply(penultimate_point, ultimate_point, buffer_side_rig… in apply()
/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_inserter.hpp258 … point_type second_point, penultimate_point, ultimate_point; // last two points from begin/end in iterate() local
311 penultimate_point, in iterate()
321 penultimate_point = *prev; in iterate()
659 input_point_type const& penultimate_point = *(end - 2); in iterate() local
674 = side_strategy.apply(ultimate_point, penultimate_point, in iterate()
697 end_strategy.apply(penultimate_point, last_p2, ultimate_point, reverse_p1, in iterate()