Searched refs:bfType (Results 1 - 5 of 5) sorted by relevance

/external/libvncserver/test/
H A Dbmp.c59 unsigned short bfType; member in struct:_bmphdr
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/
H A Dfx_bmp.h36 FX_WORD bfType; member in struct:tagBmpFileHeader
H A Dfx_bmp.cpp77 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);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug.c564 uint16_t bfType; member in struct:bmp_file_header
653 bmfh.bfType = 0x4d42;
/external/pdfium/samples/
H A Dpdfium_test.cc162 file_header.bfType = 0x4d42;

Completed in 264 milliseconds