Home
last modified time | relevance | path

Searched refs:ring_manager (Results 1 – 11 of 11) 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 Dring.hpp157 struct ring_manager { struct
168 ring_manager(ring_manager const&) = delete;
169 ring_manager& operator=(ring_manager const&) = delete;
171 ring_manager() in ring_manager() function
184 void preallocate_point_memory(ring_manager<T>& rings, std::size_t size) { in preallocate_point_memory()
190 ring_ptr<T> create_new_ring(ring_manager<T>& manager) { in create_new_ring()
199 create_new_point(ring_ptr<T> r, mapbox::geometry::point<T> const& pt, ring_manager<T>& rings) { in create_new_point()
216 ring_manager<T>& rings) { in create_new_point()
251 void assign_as_child(ring_ptr<T> new_ring, ring_ptr<T> parent, ring_manager<T>& manager) { in assign_as_child()
266 void reassign_as_child(ring_ptr<T> ring, ring_ptr<T> parent, ring_manager<T>& manager) { in reassign_as_child()
[all …]
H A Dsnap_rounding.hpp21 ring_manager<T>& manager;
23 hp_intersection_swap(ring_manager<T>& m) : manager(m) { in hp_intersection_swap()
40 ring_manager<T>& manager) { in process_hot_pixel_intersections()
53 ring_manager<T>& manager) { in horizontals_at_top_scanbeam()
98 ring_manager<T>& manager) { in process_hot_pixel_edges_at_top_of_scanbeam()
133 ring_manager<T>& manager, in insert_local_minima_into_ABL_hot_pixel()
158 void build_hot_pixels(local_minimum_list<T>& minima_list, ring_manager<T>& manager) { in build_hot_pixels()
H A Dtopology_correction.hpp109 ring_manager<T>& rings) { in find_intersect_loop()
166 void correct_orientations(ring_manager<T>& manager) { in correct_orientations()
206 ring_manager<T>& manager) { in correct_self_intersection()
245 void correct_repeated_points(ring_manager<T>& manager, in correct_repeated_points()
267 ring_manager<T>& manager, in find_and_correct_repeated_points()
301 ring_manager<T>& manager, in reassign_children_if_necessary()
318 bool find_parent_in_tree(ring_ptr<T> r, ring_ptr<T> possible_parent, ring_manager<T>& manager) { in find_parent_in_tree()
345 void assign_new_ring_parents(ring_manager<T>& manager, in assign_new_ring_parents()
466 bool correct_ring_self_intersections(ring_manager<T>& manager, ring_ptr<T> r, bool correct_tree) { in correct_ring_self_intersections()
489 ring_manager<T>& manager) { in process_single_intersection()
[all …]
H A Dring_util.hpp33 ring_manager<T>& rings) { in set_hole_state()
62 void update_current_hp_itr(T scanline_y, ring_manager<T>& rings) { in update_current_hp_itr()
167 ring_manager<T>& rings, in hot_pixel_set_left_to_right()
204 ring_manager<T>& rings, in hot_pixel_set_right_to_left()
237 void sort_hot_pixels(ring_manager<T>& rings) { in sort_hot_pixels()
246 ring_manager<T>& rings, in insert_hot_pixels_in_path()
304 void add_to_hot_pixels(mapbox::geometry::point<T> const& pt, ring_manager<T>& rings) { in add_to_hot_pixels()
312 ring_manager<T>& rings) { in add_first_point()
324 ring_manager<T>& rings) { in add_point_to_ring()
348 ring_manager<T>& rings) { in add_point()
[all …]
H A Dprocess_horizontal.hpp20 ring_manager<T>& rings, in process_horizontal_left_to_right()
129 ring_manager<T>& rings, in process_horizontal_right_to_left()
231 ring_manager<T>& rings, in process_horizontal()
250 ring_manager<T>& rings, in process_horizontals()
H A Dprocess_maxima.hpp25 ring_manager<T>& manager, in do_maxima()
63 ring_manager<T>& manager, in process_edges_at_top_of_scanbeam()
H A Dactive_bound_list.hpp339 ring_manager<T>& rings, in insert_lm_left_and_right_bound()
369 ring_manager<T>& rings, in insert_local_minima_into_ABL()
389 ring_manager<T>& rings, in insert_horizontal_local_minima_into_ABL()
H A Dintersect_util.hpp119 ring_manager<T>& rings, in intersect_bounds()
301 ring_manager<T>& rings, in process_intersect_list()
347 ring_manager<T>& rings) { in process_intersections()
H A Dvatti.hpp23 ring_manager<T>& manager, in execute_vatti()
H A Dbuild_result.hpp66 ring_manager<T1>const& rings, in build_result()
H A Dwagyu.hpp126 ring_manager<T> manager; in execute()