Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Drdbmp.c56 typedef struct _bmp_source_struct { struct
57 struct cjpeg_source_struct pub; /* public fields */
59 j_compress_ptr cinfo; /* back link saves passing separate parm */
61 JSAMPARRAY colormap; /* BMP colormap (converted to my format) */
63 jvirt_sarray_ptr whole_image; /* Needed to reverse row order */
64 JDIMENSION source_row; /* Current source row number */
65 JDIMENSION row_width; /* Physical width of scanlines in file */
67 int bits_per_pixel; /* remembers 8- or 24-bit format */