Home
last modified time | relevance | path

Searched defs:_tga_source_struct (Results 1 – 1 of 1) sorted by relevance

/plan9/sys/src/cmd/gs/jpeg/
H A Drdtarga.c48 typedef struct _tga_source_struct { struct
49 struct cjpeg_source_struct pub; /* public fields */
51 j_compress_ptr cinfo; /* back link saves passing separate parm */
53 JSAMPARRAY colormap; /* Targa colormap (converted to my format) */
55 jvirt_sarray_ptr whole_image; /* Needed if funny input row order */
56 JDIMENSION current_row; /* Current logical row number to read */
62 U_CHAR tga_pixel[4];
64 int pixel_size; /* Bytes per Targa pixel (1 to 4) */
67 int block_count; /* # of pixels remaining in RLE block */
68 int dup_pixel_count; /* # of times to duplicate previous pixel */