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

/external/chromium_org/third_party/libjpeg_turbo/
H A Dwrbmp.c165 #define PUT_4B(array,offset,value) \ macro
200 PUT_4B(bmpfileheader, 2, bfSize); /* bfSize */
202 PUT_4B(bmpfileheader, 10, headersize); /* bfOffBits */
206 PUT_4B(bmpinfoheader, 4, cinfo->output_width); /* biWidth */
207 PUT_4B(bmpinfoheader, 8, cinfo->output_height); /* biHeight */
213 PUT_4B(bmpinfoheader, 24, (INT32) (cinfo->X_density*100)); /* XPels/M */
214 PUT_4B(bmpinfoheader, 28, (INT32) (cinfo->Y_density*100)); /* XPels/M */
265 PUT_4B(bmpfileheader, 2, bfSize); /* bfSize */
267 PUT_4B(bmpfileheader, 10, headersize); /* bfOffBits */
/external/jpeg/
H A Dwrbmp.c165 #define PUT_4B(array,offset,value) \ macro
200 PUT_4B(bmpfileheader, 2, bfSize); /* bfSize */
202 PUT_4B(bmpfileheader, 10, headersize); /* bfOffBits */
206 PUT_4B(bmpinfoheader, 4, cinfo->output_width); /* biWidth */
207 PUT_4B(bmpinfoheader, 8, cinfo->output_height); /* biHeight */
213 PUT_4B(bmpinfoheader, 24, (INT32) (cinfo->X_density*100)); /* XPels/M */
214 PUT_4B(bmpinfoheader, 28, (INT32) (cinfo->Y_density*100)); /* XPels/M */
265 PUT_4B(bmpfileheader, 2, bfSize); /* bfSize */
267 PUT_4B(bmpfileheader, 10, headersize); /* bfOffBits */
/external/qemu/distrib/jpeg-6b/
H A Dwrbmp.c165 #define PUT_4B(array,offset,value) \ macro
200 PUT_4B(bmpfileheader, 2, bfSize); /* bfSize */
202 PUT_4B(bmpfileheader, 10, headersize); /* bfOffBits */
206 PUT_4B(bmpinfoheader, 4, cinfo->output_width); /* biWidth */
207 PUT_4B(bmpinfoheader, 8, cinfo->output_height); /* biHeight */
213 PUT_4B(bmpinfoheader, 24, (INT32) (cinfo->X_density*100)); /* XPels/M */
214 PUT_4B(bmpinfoheader, 28, (INT32) (cinfo->Y_density*100)); /* XPels/M */
265 PUT_4B(bmpfileheader, 2, bfSize); /* bfSize */
267 PUT_4B(bmpfileheader, 10, headersize); /* bfOffBits */

Completed in 116 milliseconds