Searched defs:bfType (Results 1 - 2 of 2) sorted by relevance

/external/libvncserver/test/
H A Dbmp.c62 unsigned short bfType; member in struct:_bmphdr
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/
H A Du_debug.c564 uint16_t bfType; member in struct:bmp_file_header
653 bmfh.bfType = 0x4d42;

Completed in 128 milliseconds