Searched refs:m_curr_cell (Results 1 – 1 of 1) sorted by relevance
114 cell_type m_curr_cell; variable160 m_curr_cell.initial(); in rasterizer_cells_aa()169 m_curr_cell.initial(); in reset()182 if(m_curr_cell.area | m_curr_cell.cover) in add_curr_cell()189 *m_curr_cell_ptr++ = m_curr_cell; in add_curr_cell()198 if(m_curr_cell.not_equal(x, y, m_style_cell)) in set_curr_cell()201 m_curr_cell.style(m_style_cell); in set_curr_cell()202 m_curr_cell.x = x; in set_curr_cell()203 m_curr_cell.y = y; in set_curr_cell()204 m_curr_cell.cover = 0; in set_curr_cell()[all …]