Home
last modified time | relevance | path

Searched refs:oit (Results 1 – 6 of 6) 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/overlay/
H A Dpointlike_pointlike.hpp57 OutputIterator& oit) in apply()
61 *oit++ = point_out; in apply()
71 OutputIterator& oit) in apply()
79 *oit++ = point_out; in apply()
101 OutputIterator& oit) in apply()
105 copy_points<PointOut, Point>::apply(point, oit); in apply()
122 OutputIterator& oit) in apply()
126 copy_points<PointOut, Point>::apply(point, oit); in apply()
148 OutputIterator oit, in apply()
156 oit); in apply()
[all …]
H A Dfollow_linear_linear.hpp199 OutputIterator oit, in process_turn() argument
215 it->point, *op_it, strategy, robust_policy, oit); in process_turn()
230 it->point, *op_it, strategy, robust_policy, oit); in process_turn()
241 it->point, *op_it, oit); in process_turn()
250 return oit; in process_turn()
264 OutputIterator oit, in process_end() argument
286 *oit++ = current_piece; in process_end()
289 return oit; in process_end()
297 OutputIterator oit, in apply() argument
311 oit = process_turn(it, boost::begin(it->operations), in apply()
[all …]
H A Dlinear_linear.hpp63 OutputIterator oit) in apply()
67 *oit++ = ls_out; in apply()
68 return oit; in apply()
84 OutputIterator oit) in apply()
92 *oit++ = ls_out; in apply()
94 return oit; in apply()
107 OutputIterator oit) in apply()
109 return oit; in apply()
204 OutputIterator oit, in sort_and_follow_turns() argument
233 oit, strategy.get_side_strategy()); in sort_and_follow_turns()
[all …]
H A Dpointlike_linear.hpp74 OutputIterator oit, in apply()
80 >::apply(point, Policy::apply(point, linear, strategy), oit); in apply()
81 return oit; in apply()
100 OutputIterator oit, in apply()
111 >::apply(*it, Policy::apply(*it, segment, strategy), oit); in apply()
114 return oit; in apply()
187 item_visitor_type(OutputIterator& oit, Strategy const& strategy) in item_visitor_type() argument
188 : m_oit(oit) in item_visitor_type()
236 OutputIterator oit, in get_common_points() argument
239 item_visitor_type<OutputIterator, Strategy> item_visitor(oit, strategy); in get_common_points()
[all …]
H A Dintersection_insert.hpp726 OutputIterator oit, in apply()
738 >::apply(view1, view2, robust_policy, oit, strategy); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/envelope/
H A Dmultipoint.hpp70 OutputIterator oit) in analyze_point_coordinates() argument
106 *oit++ = point; in analyze_point_coordinates()