Searched refs:cell_ptr (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_rasterizer_cells_aa.h657 cell_type* cell_ptr; local
662 cell_ptr = *block_ptr++;
666 m_sorted_y[cell_ptr->y - m_min_y].start++;
667 ++cell_ptr;
671 cell_ptr = *block_ptr++;
675 m_sorted_y[cell_ptr->y - m_min_y].start++;
676 ++cell_ptr;
693 cell_ptr = *block_ptr++;
697 sorted_y& curr_y = m_sorted_y[cell_ptr->y - m_min_y];
698 m_sorted_cells[curr_y.start + curr_y.num] = cell_ptr;
[all...]

Completed in 80 milliseconds