Searched defs:bfSize (Results 1 - 4 of 4) sorted by relevance
/external/libjpeg-turbo/ |
H A D | wrbmp.c | 202 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 D | bmp.c | 60 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 D | u_debug.c | 565 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 D | fx_bmp.h | 37 FX_DWORD bfSize;
member in struct:tagBmpFileHeader
|
Completed in 5229 milliseconds