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

  /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/libjpeg-turbo/
wrbmp.c 202 INT32 headersize, bfSize;
226 bfSize = headersize + (INT32) dest->row_width * (INT32) cinfo->output_height;
235 PUT_4B(bmpfileheader, 2, bfSize); /* bfSize */
270 INT32 headersize, bfSize;
294 bfSize = headersize + (INT32) dest->row_width * (INT32) cinfo->output_height;
303 PUT_4B(bmpfileheader, 2, bfSize); /* bfSize */
  /external/pdfium/core/src/fxcodec/lbmp/
fx_bmp.h 37 FX_DWORD bfSize;
fx_bmp.cpp 81 bmp_ptr->data_size = _GetDWord_LSBFirst((uint8_t*)&bmp_header_ptr->bfSize);
684 _SetDWord_LSBFirst(&dst_buf[offset], head_ptr->bfSize);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug.c 565 uint32_t bfSize;
654 bmfh.bfSize = 14 + 40 + height*width*4;
  /external/pdfium/samples/
pdfium_test.cc 163 file_header.bfSize = sizeof(file_header) + bmi.bmiHeader.biSize + out_len;
164 file_header.bfOffBits = file_header.bfSize - out_len;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h 684 DWORD bfSize;
    [all...]

Completed in 312 milliseconds