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

/haiku/headers/libs/agg/
H A Dagg_rasterizer_compound_aa.h487 const cell_style_aa* curr_cell; local
512 curr_cell = *cells++;
513 add_style(curr_cell->left);
514 add_style(curr_cell->right);
533 curr_cell = *cells++;
534 style_id = (curr_cell->left < 0) ? 0 :
535 curr_cell->left - m_min_style + 1;
538 if(curr_cell->x == style->last_x)
541 cell->area += curr_cell->area;
542 cell->cover += curr_cell
[all...]

Completed in 35 milliseconds