Home
last modified time | relevance | path

Searched refs:side_strategy (Results 1 – 9 of 9) 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 Dbuffer_inserter.hpp241 SideStrategy const& side_strategy, in iterate()
251 boost::ignore_unused(side_strategy); in iterate()
289 = side_strategy.apply(*prev, *it, side, in iterate()
360 SideStrategy const& side_strategy, in apply()
373 distance_strategy, side_strategy, in apply()
487 SideStrategy const& side_strategy, in iterate()
500 distance_strategy, side_strategy, join_strategy, end_strategy, in iterate()
534 SideStrategy const& side_strategy, in apply()
560 distance, side_strategy, join_strategy, end_strategy, in apply()
567 distance, side_strategy, join_strategy, end_strategy, in apply()
[all …]
H A Dturn_in_piece_visitor.hpp157 >::type side_strategy; in check_segment()
161 = side_strategy::template side_value in check_segment()
363 >::type side_strategy; in check_helper_segment() typedef
365 switch(side_strategy::apply(s1, s2, turn.robust_point)) in check_helper_segment()
491 >::type side_strategy; in check_helper_segments() typedef
493 switch(side_strategy::apply(points[3], points[0], point)) in check_helper_segments()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dis_convex.hpp170 >::type side_strategy; in apply() typedef
172 return apply(geometry, side_strategy()); in apply()
H A Dremove_spikes.hpp261 >::type side_strategy; in apply() typedef
263 apply(geometry, side_strategy()); in apply()
H A Dbuffer.hpp257 SideStrategy const& side_strategy, in buffer() argument
291 side_strategy, in buffer()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/
H A Dlinear_areal.hpp643 SideStrategy const& side_strategy) in apply() argument
881 side_strategy); in apply()
982 side_strategy); in apply()
1174 SideStrategy const& side_strategy) in calculate_from_inside() argument
1222 side_calc(qi_conv, new_pj, pi, qi, qj, *qk_it, side_strategy); in calculate_from_inside()
1232 side_calc(qi_conv, new_pj, pi, qi, new_qj, qj, side_strategy); in calculate_from_inside()
1307 SideStrategy const& side_strategy) in analyse_each_turn()
1317 side_strategy); in analyse_each_turn()
/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 Doverlay.hpp321 typename Strategy::side_strategy_type side_strategy = strategy.get_side_strategy(); in apply() local
327 side_strategy); in apply()
H A Dget_turn_info_helpers.hpp48 SideStrategy const& side_strategy) in side_calculator()
51 , m_side_strategy(side_strategy) in side_calculator()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/
H A Dpoint_in_poly_winding.hpp408 explicit winding(SideStrategy const& side_strategy) in winding() argument
409 : m_side_strategy(side_strategy) in winding()