Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Drdtarga.c51 typedef struct _tga_source_struct *tga_source_ptr; typedef
64 void (*read_pixel) (tga_source_ptr sinfo);
93 read_byte(tga_source_ptr sinfo) in read_byte()
106 read_colormap(tga_source_ptr sinfo, int cmaplen, int mapentrysize) in read_colormap()
128 read_non_rle_pixel(tga_source_ptr sinfo) in read_non_rle_pixel()
140 read_rle_pixel(tga_source_ptr sinfo) in read_rle_pixel()
180 tga_source_ptr source = (tga_source_ptr)sinfo; in get_8bit_gray_row()
196 tga_source_ptr source = (tga_source_ptr)sinfo; in get_8bit_row()
220 tga_source_ptr source = (tga_source_ptr)sinfo; in get_16bit_row()
248 tga_source_ptr source = (tga_source_ptr)sinfo; in get_24bit_row()
[all …]