HomeSort by relevance Sort by last modified time
    Searched refs:bfType (Results 1 - 7 of 7) 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/fxcodec/lbmp/
fx_bmp.h 38 uint16_t bfType;
fx_bmp.cpp 72 bmp_ptr->bmp_header_ptr->bfType =
73 GetWord_LSBFirst((uint8_t*)&bmp_header_ptr->bfType);
77 if (bmp_ptr->bmp_header_ptr->bfType != BMP_SIGNATURE) {
664 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/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.cpp 701 unsigned short bfType = 0x4D42;
725 ByteSwap(bfType);
738 fwrite(&bfType , 1, sizeof(bfType) , fpDumpfile);
    [all...]
  /external/pdfium/samples/
pdfium_test.cc 269 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 280 milliseconds