Searched refs:hp_itr_fwd (Results 1 – 1 of 1) sorted by relevance
142 auto hp_itr_fwd = rings.current_hp_itr; in process_horizontal_right_to_left() local144 hp_itr_fwd != rings.hot_pixels.end() && in process_horizontal_right_to_left()145 (hp_itr_fwd->y < scanline_y || 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()147 ++hp_itr_fwd; in process_horizontal_right_to_left()149 auto hp_itr = hot_pixel_rev_itr<T>(hp_itr_fwd); in process_horizontal_right_to_left()