Searched refs:m_cells (Results 1 – 2 of 2) sorted by relevance
79 cell_aa** ptr = m_cells + m_num_blocks - 1; in ~outline_aa()84 FX_Free(m_cells); in ~outline_aa()92 m_cells(0), in outline_aa()120 if(m_cells) { in allocate_block()121 memcpy(new_cells, m_cells, m_max_blocks * sizeof(cell_aa*)); in allocate_block()122 FX_Free(m_cells); in allocate_block()124 m_cells = new_cells; in allocate_block()127 m_cells[m_num_blocks++] = FX_Alloc(cell_aa, cell_block_size); in allocate_block()129 m_cur_cell_ptr = m_cells[m_cur_block++]; in allocate_block()442 cell_aa** block_ptr = m_cells; in sort_cells()[all …]
127 cell_aa** m_cells; variable