Searched refs:get_maxima_pair (Results 1 – 3 of 3) sorted by relevance
30 bound_max_pair = get_maxima_pair<T>(horz_bound, active_bounds); in process_horizontal_left_to_right()139 active_bound_list_rev_itr<T>(get_maxima_pair<T>(horz_bound_fwd, active_bounds)); in process_horizontal_right_to_left()
79 auto bnd_max_pair = get_maxima_pair(bnd, active_bounds); in process_edges_at_top_of_scanbeam()
162 active_bound_list_itr<T> get_maxima_pair(active_bound_list_itr<T> const& bnd, in get_maxima_pair() function