Searched defs:_tga_source_struct (Results 1 – 1 of 1) sorted by relevance
51 typedef struct _tga_source_struct { struct52 struct cjpeg_source_struct pub; /* public fields */54 j_compress_ptr cinfo; /* back link saves passing separate parm */56 JSAMPARRAY colormap; /* Targa colormap (converted to my format) */58 jvirt_sarray_ptr whole_image; /* Needed if funny input row order */59 JDIMENSION current_row; /* Current logical row number to read */62 void (*read_pixel) (tga_source_ptr sinfo);65 U_CHAR tga_pixel[4];67 int pixel_size; /* Bytes per Targa pixel (1 to 4) */70 int block_count; /* # of pixels remaining in RLE block */[all …]