Searched refs:cell_ptr (Results 1 – 1 of 1) sorted by relevance
657 cell_type* cell_ptr; in sort_cells() local662 cell_ptr = *block_ptr++; in sort_cells()666 m_sorted_y[cell_ptr->y - m_min_y].start++; in sort_cells()667 ++cell_ptr; in sort_cells()671 cell_ptr = *block_ptr++; in sort_cells()675 m_sorted_y[cell_ptr->y - m_min_y].start++; in sort_cells()676 ++cell_ptr; in sort_cells()693 cell_ptr = *block_ptr++; in sort_cells()697 sorted_y& curr_y = m_sorted_y[cell_ptr->y - m_min_y]; in sort_cells()698 m_sorted_cells[curr_y.start + curr_y.num] = cell_ptr; in sort_cells()[all …]