Home
last modified time | relevance | path

Searched refs:horz_bound_fwd (Results 1 – 1 of 1) 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.hpp127 active_bound_list_itr<T>& horz_bound_fwd, in process_horizontal_right_to_left() argument
134 auto next_bnd_itr = std::next(horz_bound_fwd); in process_horizontal_right_to_left()
135 bool is_maxima_edge = is_maxima(horz_bound_fwd, scanline_y); in process_horizontal_right_to_left()
139 active_bound_list_rev_itr<T>(get_maxima_pair<T>(horz_bound_fwd, active_bounds)); in process_horizontal_right_to_left()
146 (hp_itr_fwd->y == scanline_y && hp_itr_fwd->x < (*horz_bound_fwd)->current_edge->top.x))) { in process_horizontal_right_to_left()
151 auto bnd = active_bound_list_rev_itr<T>(horz_bound_fwd); in process_horizontal_right_to_left()