OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PUT_4B
(Results
1 - 2
of
2
) sorted by null
/external/jpeg/
wrbmp.c
165
#define
PUT_4B
(array,offset,value) \
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/
wrbmp.c
165
#define
PUT_4B
(array,offset,value) \
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 130 milliseconds