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

  /external/libvncserver/test/
bmp.c 62 unsigned short bfType;
196 readme(fd, &bh.bfType, sizeof(unsigned short));
197 if(!littleendian()) bh.bfType=byteswap16(bh.bfType);
199 if(bh.bfType==0x3650)
204 if(bh.bfType==0x3350)
243 if(bh.bfType!=0x4d42 || bh.bfOffBits<BMPHDRSIZE
328 bh.bfType=0x4d42;
341 bh.bfType=byteswap16(bh.bfType);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug.c 564 uint16_t bfType;
653 bmfh.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 1964 milliseconds