Home
last modified time | relevance | path

Searched refs:new_cells (Results 1 – 1 of 1) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_rasterizer_cells_aa.h473 cell_type** new_cells = in allocate_block() local
479 memcpy(new_cells, m_cells, m_max_blocks * sizeof(cell_type*)); in allocate_block()
482 m_cells = new_cells; in allocate_block()