Searched refs:int8u (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/agg23/ |
D | agg_rendering_buffer.h | 30 const int8u* ptr; 32 row_data(int x1_, int x2_, const int8u* ptr_) : in row_data() 38 int8u* ptr; 41 span_data(int x_, unsigned len_, int8u* ptr_) : in span_data() 57 rendering_buffer(int8u* buf, unsigned width, unsigned height, int stride) : in rendering_buffer() 67 void attach(int8u* buf, unsigned width, unsigned height, int stride) in attach() 75 m_rows = FX_Alloc(int8u*, m_max_height = height); in attach() 77 int8u* row_ptr = m_buf; in attach() 81 int8u** rows = m_rows; in attach() 87 int8u* buf() in buf() [all …]
|
D | agg_color_gray.h | 34 typedef int8u value_type; 47 v(int8u(v_)), a(int8u(a_)) {} in v()
|
D | agg_array.h | 412 int8u** blk = m_blocks + m_num_blocks - 1; in remove_all() 439 int8u* allocate(unsigned size, unsigned alignment = 1) 445 int8u* ptr = m_buf_ptr; 472 int8u** new_blocks = FX_Alloc(int8u*, m_max_blocks + m_block_ptr_inc); in allocate_block() 474 memcpy(new_blocks, m_blocks, m_num_blocks * sizeof(int8u*)); in allocate_block() 480 m_blocks[m_num_blocks] = m_buf_ptr = FX_Alloc(int8u, size); in allocate_block() 488 int8u** m_blocks; 489 int8u* m_buf_ptr;
|
D | agg_pixfmt_gray.h | 117 AGG_INLINE void blend_pixel(int x, int y, const color_type& c, int8u cover) in blend_pixel() 134 int8u cover) in blend_hline() 155 const int8u* covers) in blend_solid_hspan()
|
D | agg_scanline_u.h | 148 typedef scanline_u<int8u> scanline_u8;
|
D | agg_basics.h | 49 typedef AGG_INT8U int8u; typedef
|