Searched defs:bfSize (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libjpeg_turbo/
H A Dwrbmp.c170 INT32 headersize, bfSize; local
191 bfSize = headersize + (INT32) dest->row_width * (INT32) cinfo->output_height;
200 PUT_4B(bmpfileheader, 2, bfSize); /* bfSize */
235 INT32 headersize, bfSize; local
256 bfSize = headersize + (INT32) dest->row_width * (INT32) cinfo->output_height;
265 PUT_4B(bmpfileheader, 2, bfSize); /* bfSize */
/external/jpeg/
H A Dwrbmp.c170 INT32 headersize, bfSize; local
191 bfSize = headersize + (INT32) dest->row_width * (INT32) cinfo->output_height;
200 PUT_4B(bmpfileheader, 2, bfSize); /* bfSize */
235 INT32 headersize, bfSize; local
256 bfSize = headersize + (INT32) dest->row_width * (INT32) cinfo->output_height;
265 PUT_4B(bmpfileheader, 2, bfSize); /* bfSize */
/external/qemu/distrib/jpeg-6b/
H A Dwrbmp.c170 INT32 headersize, bfSize; local
191 bfSize = headersize + (INT32) dest->row_width * (INT32) cinfo->output_height;
200 PUT_4B(bmpfileheader, 2, bfSize); /* bfSize */
235 INT32 headersize, bfSize; local
256 bfSize = headersize + (INT32) dest->row_width * (INT32) cinfo->output_height;
265 PUT_4B(bmpfileheader, 2, bfSize); /* bfSize */
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_bmp.c66 Uint32 bfSize; local
105 bfSize = SDL_ReadLE32(src);
137 (void) bfSize;
369 Uint32 bfSize; local
442 bfSize = 0; /* We'll write this when we're done */
451 SDL_WriteLE32(dst, bfSize);
529 bfSize = SDL_RWtell(dst)-fp_offset;
533 SDL_WriteLE32(dst, bfSize);
534 if ( SDL_RWseek(dst, fp_offset+bfSize, RW_SEEK_SET) < 0 ) {
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_debug.c565 uint32_t bfSize; member in struct:bmp_file_header
654 bmfh.bfSize = 14 + 40 + height*width*4;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug.c565 uint32_t bfSize; member in struct:bmp_file_header
654 bmfh.bfSize = 14 + 40 + height*width*4;

Completed in 695 milliseconds