Searched defs:_bmp_source_struct (Results 1 – 1 of 1) sorted by relevance
53 typedef struct _bmp_source_struct { struct54 struct cjpeg_source_struct pub; /* public fields */56 j_compress_ptr cinfo; /* back link saves passing separate parm */58 JSAMPARRAY colormap; /* BMP colormap (converted to my format) */60 jvirt_sarray_ptr whole_image; /* Needed to reverse row order */61 JDIMENSION source_row; /* Current source row number */62 JDIMENSION row_width; /* Physical width of scanlines in file */64 int bits_per_pixel; /* remembers 8-, 24-, or 32-bit format */65 int cmap_length; /* colormap length */67 boolean use_inversion_array; /* TRUE = preload the whole image, which is[all …]