Searched refs:bound_max_pair (Results 1 – 1 of 1) sorted by relevance
28 auto bound_max_pair = active_bounds.end(); in process_horizontal_left_to_right() local30 bound_max_pair = get_maxima_pair<T>(horz_bound, active_bounds); in process_horizontal_left_to_right()80 if (is_maxima_edge && bnd == bound_max_pair) { in process_horizontal_left_to_right()82 add_local_maximum_point(*(*horz_bound), *(*bound_max_pair), in process_horizontal_left_to_right()85 *bound_max_pair = nullptr; in process_horizontal_left_to_right()136 auto bound_max_pair = active_bounds.rend(); in process_horizontal_right_to_left() local138 bound_max_pair = in process_horizontal_right_to_left()140 --bound_max_pair; in process_horizontal_right_to_left()190 if (is_maxima_edge && bnd == bound_max_pair) { in process_horizontal_right_to_left()192 add_local_maximum_point(*(*horz_bound), *(*bound_max_pair), in process_horizontal_right_to_left()[all …]