Searched refs:cell_aa (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/third_party/agg23/ |
D | agg_rasterizer_scanline_aa.cpp | 56 AGG_INLINE void cell_aa::set_cover(int c, int a) in set_cover() 61 AGG_INLINE void cell_aa::add_cover(int c, int a) in add_cover() 66 AGG_INLINE void cell_aa::set_coord(int cx, int cy) in set_coord() 71 AGG_INLINE void cell_aa::set(int cx, int cy, int c, int a) in set() 81 cell_aa** ptr = m_cells + m_num_blocks - 1; in ~outline_aa() 121 cell_aa** new_cells = FX_Alloc( cell_aa*, m_max_blocks + cell_block_pool); in allocate_block() 123 memcpy(new_cells, m_cells, m_max_blocks * sizeof(cell_aa*)); in allocate_block() 129 m_cells[m_num_blocks++] = FX_AllocUninit(cell_aa, cell_block_size); in allocate_block() 368 static void qsort_cells(cell_aa** start, unsigned num) in qsort_cells() 370 cell_aa** stack[80]; in qsort_cells() [all …]
|
D | agg_rasterizer_scanline_aa.h | 54 struct cell_aa { struct 108 const cell_aa* const* scanline_cells(unsigned y) const in scanline_cells() 129 cell_aa** m_cells; 130 cell_aa* m_cur_cell_ptr; 131 pod_array<cell_aa*> m_sorted_cells; 133 cell_aa m_cur_cell; 337 const cell_aa* const* cells = m_outline.scanline_cells(m_cur_y); in sweep_scanline() 340 const cell_aa* cur_cell = *cells; in sweep_scanline()
|
D | 0004-ubsan-sweep-scanline-error.patch | 22 const cell_aa* cur_cell = *cells;
|
D | 0006-ubsan-sweep-scanline-error.patch | 27 const cell_aa* cur_cell = *cells;
|
D | 0013-cxx20.patch | 38 struct cell_aa {
|
D | 0003-ubsan-render-line-error.patch | 12 AGG_INLINE void cell_aa::set_cover(int c, int a)
|
D | 0008-namespace.patch | 277 AGG_INLINE void cell_aa::set_cover(int c, int a)
|