Home
last modified time | relevance | path

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

/external/pdfium/third_party/agg23/
Dagg_rendering_buffer.h30 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 …]
Dagg_color_gray.h34 typedef int8u value_type;
47 v(int8u(v_)), a(int8u(a_)) {} in v()
Dagg_array.h417 int8u** blk = m_blocks + m_num_blocks - 1; in remove_all()
444 int8u* allocate(unsigned size, unsigned alignment = 1)
450 int8u* ptr = m_buf_ptr;
477 int8u** new_blocks = FX_Alloc(int8u*, m_max_blocks + m_block_ptr_inc); in allocate_block()
481 m_num_blocks * sizeof(int8u*)); in allocate_block()
487 m_blocks[m_num_blocks] = m_buf_ptr = FX_Alloc(int8u, size); in allocate_block()
495 int8u** m_blocks;
496 int8u* m_buf_ptr;
Dagg_pixfmt_gray.h117 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()
Dagg_scanline_u.h148 typedef scanline_u<int8u> scanline_u8;
Dagg_basics.h49 typedef AGG_INT8U int8u; typedef