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

/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/libvncserver/test/
H A Dbmp.c63 unsigned int bfSize; member in struct:_bmphdr
210 readme(fd, &bh.bfSize, sizeof(unsigned int));
228 bh.bfSize=byteswap(bh.bfSize);
254 if(srcpitch*(*h)+bh.bfOffBits!=bh.bfSize) _throw("Corrupt bitmap header");
329 bh.bfSize=BMPHDRSIZE+srcpitch*h;
342 bh.bfSize=byteswap(bh.bfSize);
358 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;

Completed in 106 milliseconds