Home
last modified time | relevance | path

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

/plan9-contrib/sys/src/cmd/gs/jpeg/
H A Drdbmp.c52 typedef struct _bmp_source_struct { struct
53 struct cjpeg_source_struct pub; /* public fields */
55 j_compress_ptr cinfo; /* back link saves passing separate parm */
57 JSAMPARRAY colormap; /* BMP colormap (converted to my format) */
59 jvirt_sarray_ptr whole_image; /* Needed to reverse row order */
60 JDIMENSION source_row; /* Current source row number */
61 JDIMENSION row_width; /* Physical width of scanlines in file */
63 int bits_per_pixel; /* remembers 8- or 24-bit format */