Searched refs:PUT_2B (Results 1 - 1 of 1) sorted by relevance

/external/jpeg/
H A Dwrbmp.c162 #define PUT_2B(array,offset,value) \ macro
205 PUT_2B(bmpinfoheader, 0, 40); /* biSize */
208 PUT_2B(bmpinfoheader, 12, 1); /* biPlanes - must be 1 */
209 PUT_2B(bmpinfoheader, 14, bits_per_pixel); /* biBitCount */
216 PUT_2B(bmpinfoheader, 32, cmap_entries); /* biClrUsed */
270 PUT_2B(bmpcoreheader, 0, 12); /* bcSize */
271 PUT_2B(bmpcoreheader, 4, cinfo->output_width); /* bcWidth */
272 PUT_2B(bmpcoreheader, 6, cinfo->output_height); /* bcHeight */
273 PUT_2B(bmpcoreheader, 8, 1); /* bcPlanes - must be 1 */
274 PUT_2B(bmpcoreheade
[all...]

Completed in 69 milliseconds