Lines Matching refs:tga_source_ptr
48 typedef struct _tga_source_struct * tga_source_ptr; typedef
61 void (*read_pixel) (tga_source_ptr sinfo);
89 read_byte (tga_source_ptr sinfo) in read_byte()
102 read_colormap (tga_source_ptr sinfo, int cmaplen, int mapentrysize) in read_colormap()
124 read_non_rle_pixel (tga_source_ptr sinfo) in read_non_rle_pixel()
137 read_rle_pixel (tga_source_ptr sinfo) in read_rle_pixel()
178 tga_source_ptr source = (tga_source_ptr) sinfo; in get_8bit_gray_row()
194 tga_source_ptr source = (tga_source_ptr) sinfo; in get_8bit_row()
215 tga_source_ptr source = (tga_source_ptr) sinfo; in get_16bit_row()
243 tga_source_ptr source = (tga_source_ptr) sinfo; in get_24bit_row()
276 tga_source_ptr source = (tga_source_ptr) sinfo; in get_memory_row()
303 tga_source_ptr source = (tga_source_ptr) sinfo; in preload_image()
336 tga_source_ptr source = (tga_source_ptr) sinfo; in start_input_tga()
488 tga_source_ptr source; in jinit_read_targa()
491 source = (tga_source_ptr) in jinit_read_targa()