Lines Matching refs:tga_source_ptr
46 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()
275 tga_source_ptr source = (tga_source_ptr) sinfo; in get_memory_row()
302 tga_source_ptr source = (tga_source_ptr) sinfo; in preload_image()
335 tga_source_ptr source = (tga_source_ptr) sinfo; in start_input_tga()
486 tga_source_ptr source; in jinit_read_targa()
489 source = (tga_source_ptr) in jinit_read_targa()