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

/external/libjpeg-turbo/
H A Dwrbmp.c202 INT32 headersize, bfSize; local
226 bfSize = headersize + (INT32) dest->row_width * (INT32) cinfo->output_height;
235 PUT_4B(bmpfileheader, 2, bfSize); /* bfSize */
270 INT32 headersize, bfSize; local
294 bfSize = headersize + (INT32) dest->row_width * (INT32) cinfo->output_height;
303 PUT_4B(bmpfileheader, 2, bfSize); /* bfSize */
/external/libvncserver/test/
H A Dbmp.c60 unsigned int bfSize; member in struct:_bmphdr
207 readme(fd, &bh.bfSize, sizeof(unsigned int));
225 bh.bfSize=byteswap(bh.bfSize);
251 if(srcpitch*(*h)+bh.bfOffBits!=bh.bfSize) _throw("Corrupt bitmap header");
326 bh.bfSize=BMPHDRSIZE+dstpitch*h;
339 bh.bfSize=byteswap(bh.bfSize);
355 writeme(fd, &bh.bfSize, sizeof(unsigned int));
/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;
/external/pdfium/core/src/fxcodec/lbmp/
H A Dfx_bmp.h37 FX_DWORD bfSize; member in struct:tagBmpFileHeader

Completed in 5229 milliseconds