Lines Matching defs:_tga_source_struct
50 typedef struct _tga_source_struct { struct
51 struct cjpeg_source_struct pub; /* public fields */
53 j_compress_ptr cinfo; /* back link saves passing separate parm */
55 JSAMPARRAY colormap; /* Targa colormap (converted to my format) */
57 jvirt_sarray_ptr whole_image; /* Needed if funny input row order */
58 JDIMENSION current_row; /* Current logical row number to read */
61 void (*read_pixel) (tga_source_ptr sinfo);
64 U_CHAR tga_pixel[4];
66 int pixel_size; /* Bytes per Targa pixel (1 to 4) */
69 int block_count; /* # of pixels remaining in RLE block */
70 int dup_pixel_count; /* # of times to duplicate previous pixel */
73 JDIMENSION (*get_pixel_rows) (j_compress_ptr cinfo, cjpeg_source_ptr sinfo);