Home
last modified time | relevance | path

Searched refs:active_bound_list_itr (Results 1 – 4 of 4) 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 Dactive_bound_list.hpp25 using active_bound_list_itr = typename active_bound_list<T>::iterator; typedef
110 active_bound_list_itr<T>
124 inline bool is_maxima(active_bound_list_itr<T>& bnd, T y) { in is_maxima()
134 inline bool is_intermediate(active_bound_list_itr<T>& bnd, T y) { in is_intermediate()
139 inline bool current_edge_is_horizontal(active_bound_list_itr<T>& bnd) { in current_edge_is_horizontal()
144 inline bool next_edge_is_horizontal(active_bound_list_itr<T>& bnd) { in next_edge_is_horizontal()
162 active_bound_list_itr<T> get_maxima_pair(active_bound_list_itr<T> const& bnd, in get_maxima_pair()
169 void set_winding_count(active_bound_list_itr<T>& bnd_itr, in set_winding_count()
H A Dprocess_horizontal.hpp17 active_bound_list_itr<T> process_horizontal_left_to_right(T scanline_y, in process_horizontal_left_to_right()
18 active_bound_list_itr<T>& horz_bound, in process_horizontal_left_to_right()
126 active_bound_list_itr<T> process_horizontal_right_to_left(T scanline_y, in process_horizontal_right_to_left()
127 active_bound_list_itr<T>& horz_bound_fwd, in process_horizontal_right_to_left()
228 active_bound_list_itr<T> process_horizontal(T scanline_y, in process_horizontal()
229 active_bound_list_itr<T>& horz_bound, in process_horizontal()
H A Dprocess_maxima.hpp20 active_bound_list_itr<T> do_maxima(active_bound_list_itr<T>& bnd, in do_maxima()
21 active_bound_list_itr<T>& bndMaxPair, in do_maxima()
H A Dsnap_rounding.hpp51 active_bound_list_itr<T>& bnd_curr, in horizontals_at_top_scanbeam()