Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dprocess_horizontal.hpp54 add_point_to_ring(*(*horz_bound), *hp_itr, rings); in process_horizontal_left_to_right()
73 add_point_to_ring(*(*horz_bound), in process_horizontal_left_to_right()
105 add_point_to_ring(*(*horz_bound), *hp_itr, rings); in process_horizontal_left_to_right()
111 add_point_to_ring(*(*horz_bound), (*horz_bound)->current_edge->top, rings); in process_horizontal_left_to_right()
164 add_point_to_ring(*(*horz_bound), *hp_itr, rings); in process_horizontal_right_to_left()
183 add_point_to_ring(*(*horz_bound), in process_horizontal_right_to_left()
211 add_point_to_ring(*(*horz_bound), *hp_itr, rings); in process_horizontal_right_to_left()
216 add_point_to_ring(*(*horz_bound), (*horz_bound)->current_edge->top, rings); in process_horizontal_right_to_left()
H A Dprocess_maxima.hpp97 add_point_to_ring(*(*bnd), (*bnd)->current_edge->bot, manager); in process_edges_at_top_of_scanbeam()
119 add_point_to_ring(*(*bnd), (*bnd)->current_edge->top, manager); in process_edges_at_top_of_scanbeam()
H A Dring_util.hpp322 void add_point_to_ring(bound<T>& bnd, in add_point_to_ring() function
352 add_point_to_ring(bnd, pt, rings); in add_point()