Searched refs:horz_bound (Results 1 – 1 of 1) sorted by relevance
18 active_bound_list_itr<T>& horz_bound, in process_horizontal_left_to_right() argument25 auto horizontal_itr_behind = horz_bound; in process_horizontal_left_to_right()27 bool is_maxima_edge = is_maxima(horz_bound, scanline_y); in process_horizontal_left_to_right()30 bound_max_pair = get_maxima_pair<T>(horz_bound, active_bounds); in process_horizontal_left_to_right()36 (hp_itr->y == scanline_y && hp_itr->x < (*horz_bound)->current_edge->bot.x))) { in process_horizontal_left_to_right()40 auto bnd = std::next(horz_bound); in process_horizontal_left_to_right()52 hp_itr->x < (*horz_bound)->current_edge->top.x) { in process_horizontal_left_to_right()53 if ((*horz_bound)->ring) { in process_horizontal_left_to_right()54 add_point_to_ring(*(*horz_bound), *hp_itr, rings); in process_horizontal_left_to_right()59 if ((*bnd)->current_x > static_cast<double>((*horz_bound)->current_edge->top.x)) { in process_horizontal_left_to_right()[all …]