HomeSort by relevance Sort by last modified time
    Searched defs:bfSize (Results 1 - 6 of 6) sorted by null

  /external/libjpeg-turbo/
wrbmp.c 203 long headersize, bfSize;
227 bfSize = headersize + (long) dest->row_width * (long) cinfo->output_height;
236 PUT_4B(bmpfileheader, 2, bfSize); /* bfSize */
271 long headersize, bfSize;
295 bfSize = headersize + (long) dest->row_width * (long) cinfo->output_height;
304 PUT_4B(bmpfileheader, 2, bfSize); /* bfSize */
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_image.c 158 uint32_t bfSize;
248 bmfh.bfSize = 14 + 40 + height*width*4;
305 bmfh.bfSize = 14 + 40 + height*width*4;
  /external/libvncserver/test/
bmp.c 60 unsigned int bfSize;
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/pdfium/core/fxcodec/lbmp/
fx_bmp.h 39 uint32_t bfSize;
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.cpp 702 unsigned int bfSize = i32BMPHeaderSize + i32BMPInfoSize + ui32RealSize;
726 ByteSwap(bfSize);
739 fwrite(&bfSize , 1, sizeof(bfSize) , fpDumpfile);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h 684 DWORD bfSize;
    [all...]

Completed in 208 milliseconds