Lines Matching defs:_bmp_source_struct
63 typedef struct _bmp_source_struct { struct
64 struct cjpeg_source_struct pub; /* public fields */
66 j_compress_ptr cinfo; /* back link saves passing separate parm */
68 JSAMPARRAY colormap; /* BMP colormap (converted to my format) */
70 jvirt_sarray_ptr whole_image; /* Needed to reverse row order */
71 JDIMENSION source_row; /* Current source row number */
72 JDIMENSION row_width; /* Physical width of scanlines in file */
74 int bits_per_pixel; /* remembers 8- or 24-bit format */
75 int cmap_length; /* colormap length */
77 boolean use_inversion_array; /* TRUE = preload the whole image, which is
85 U_CHAR *iobuffer; /* I/O buffer (used to buffer a single row from