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

  /external/libvncserver/test/
bmp.c 59 unsigned short bfType;
193 readme(fd, &bh.bfType, sizeof(unsigned short));
194 if(!littleendian()) bh.bfType=byteswap16(bh.bfType);
196 if(bh.bfType==0x3650)
201 if(bh.bfType==0x3350)
240 if(bh.bfType!=0x4d42 || bh.bfOffBits<BMPHDRSIZE
325 bh.bfType=0x4d42;
338 bh.bfType=byteswap16(bh.bfType);
    [all...]
  /external/pdfium/core/src/fxcodec/lbmp/
fx_bmp.h 36 FX_WORD bfType;
fx_bmp.cpp 77 bmp_ptr->bmp_header_ptr->bfType =
78 _GetWord_LSBFirst((uint8_t*)&bmp_header_ptr->bfType);
82 if (bmp_ptr->bmp_header_ptr->bfType != BMP_SIGNATURE) {
682 _SetWord_LSBFirst(&dst_buf[offset], head_ptr->bfType);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug.c 564 uint16_t bfType;
653 bmfh.bfType = 0x4d42;
  /external/pdfium/samples/
pdfium_test.cc 162 file_header.bfType = 0x4d42;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h 683 WORD bfType;
    [all...]

Completed in 780 milliseconds