Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libjpeg-turbo/
Drdbmp.c53 typedef struct _bmp_source_struct { struct
54 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 …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Drdbmp.c63 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
[all …]
/third_party/libjpeg-turbo/
Drdbmp.c63 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
[all …]