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

/external/pdfium/core/src/fxge/agg/agg23/
H A Dfx_agg_rasterizer_scanline_aa.cpp434 cell_aa* cell_ptr = NULL; local
438 cell_ptr = *block_ptr++;
441 m_sorted_y[cell_ptr->y - m_min_y].start++;
442 ++cell_ptr;
447 cell_ptr = *block_ptr++;
450 m_sorted_y[cell_ptr->y - m_min_y].start++;
451 ++cell_ptr;
462 cell_ptr = *block_ptr++;
465 sorted_y& cur_y = m_sorted_y[cell_ptr->y - m_min_y];
466 m_sorted_cells[cur_y.start + cur_y.num] = cell_ptr;
[all...]

Completed in 85 milliseconds