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

  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_image.c 157 uint16_t bfType;
247 bmfh.bfType = 0x4d42;
304 bmfh.bfType = 0x4d42;
  /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/fxcodec/lbmp/
fx_bmp.h 38 uint16_t bfType;
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.cpp 701 unsigned short bfType = 0x4D42;
725 ByteSwap(bfType);
738 fwrite(&bfType , 1, sizeof(bfType) , fpDumpfile);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h 683 WORD bfType;
    [all...]

Completed in 8200 milliseconds