Home
last modified time | relevance | path

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

/haiku/headers/libs/agg/
H A Dagg_rasterizer_cells_aa.h62 typedef Cell cell_type; typedef
69 void style(const cell_type& style_cell);
89 const cell_type* const* scanline_cells(unsigned y) const in scanline_cells()
110 cell_type** m_cells;
111 cell_type* m_curr_cell_ptr;
112 pod_vector<cell_type*> m_sorted_cells;
114 cell_type m_curr_cell;
115 cell_type m_style_cell;
132 cell_type** ptr = m_cells + m_num_blocks - 1; in ~rasterizer_cells_aa()
135 pod_allocator<cell_type>::deallocate(*ptr, cell_block_size); in ~rasterizer_cells_aa()
[all …]