Home
last modified time | relevance | path

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

/external/qemu/distrib/jpeg-6b/
Drdtarga.c46 typedef struct _tga_source_struct * tga_source_ptr; typedef
59 JMETHOD(void, read_pixel, (tga_source_ptr sinfo));
88 read_byte (tga_source_ptr sinfo) in read_byte()
101 read_colormap (tga_source_ptr sinfo, int cmaplen, int mapentrysize) in read_colormap()
123 read_non_rle_pixel (tga_source_ptr sinfo) in read_non_rle_pixel()
136 read_rle_pixel (tga_source_ptr sinfo) in read_rle_pixel()
177 tga_source_ptr source = (tga_source_ptr) sinfo; in get_8bit_gray_row()
193 tga_source_ptr source = (tga_source_ptr) sinfo; in get_8bit_row()
214 tga_source_ptr source = (tga_source_ptr) sinfo; in get_16bit_row()
242 tga_source_ptr source = (tga_source_ptr) sinfo; in get_24bit_row()
[all …]
/external/jpeg/
Drdtarga.c46 typedef struct _tga_source_struct * tga_source_ptr; typedef
59 JMETHOD(void, read_pixel, (tga_source_ptr sinfo));
88 read_byte (tga_source_ptr sinfo) in read_byte()
101 read_colormap (tga_source_ptr sinfo, int cmaplen, int mapentrysize) in read_colormap()
123 read_non_rle_pixel (tga_source_ptr sinfo) in read_non_rle_pixel()
136 read_rle_pixel (tga_source_ptr sinfo) in read_rle_pixel()
177 tga_source_ptr source = (tga_source_ptr) sinfo; in get_8bit_gray_row()
193 tga_source_ptr source = (tga_source_ptr) sinfo; in get_8bit_row()
214 tga_source_ptr source = (tga_source_ptr) sinfo; in get_16bit_row()
242 tga_source_ptr source = (tga_source_ptr) sinfo; in get_24bit_row()
[all …]