Searched defs:_bmp_source_struct (Results 1 – 1 of 1) sorted by relevance
57 typedef struct _bmp_source_struct { struct58 struct cjpeg_source_struct pub; /* public fields */60 j_compress_ptr cinfo; /* back link saves passing separate parm */62 JSAMPARRAY colormap; /* BMP colormap (converted to my format) */64 jvirt_sarray_ptr whole_image; /* Needed to reverse row order */65 JDIMENSION source_row; /* Current source row number */66 JDIMENSION row_width; /* Physical width of scanlines in file */68 int bits_per_pixel; /* remembers 8- or 24-bit format */