Searched refs:hp_itr (Results 1 – 1 of 1) sorted by relevance
33 auto hp_itr = rings.current_hp_itr; in process_horizontal_left_to_right() local34 while (hp_itr != rings.hot_pixels.end() && in process_horizontal_left_to_right()35 (hp_itr->y > scanline_y || 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()37 ++hp_itr; in process_horizontal_left_to_right()50 while (hp_itr != rings.hot_pixels.end() && hp_itr->y == scanline_y && in process_horizontal_left_to_right()51 hp_itr->x < wround<T>((*bnd)->current_x) && in process_horizontal_left_to_right()52 hp_itr->x < (*horz_bound)->current_edge->top.x) { in process_horizontal_left_to_right()54 add_point_to_ring(*(*horz_bound), *hp_itr, rings); in process_horizontal_left_to_right()56 ++hp_itr; in process_horizontal_left_to_right()[all …]