Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_image.c157 uint16_t bfType; member
247 bmfh.bfType = 0x4d42; in debug_dump_float_rgba_bmp()
304 bmfh.bfType = 0x4d42; in debug_dump_ubyte_rgba_bmp()
/external/pdfium/core/fxcodec/lbmp/
Dfx_bmp.cpp86 pBmp_header->bfType = in ReadHeader()
87 FXWORD_GET_LSBFIRST(reinterpret_cast<uint8_t*>(&pBmp_header->bfType)); in ReadHeader()
92 if (pBmp_header->bfType != BMP_SIGNATURE) { in ReadHeader()
Dfx_bmp.h39 uint16_t bfType; member
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp701 unsigned short bfType = 0x4D42; in PVRShellWriteBMPFile() local
725 ByteSwap(bfType); in PVRShellWriteBMPFile()
738 fwrite(&bfType , 1, sizeof(bfType) , fpDumpfile); in PVRShellWriteBMPFile()
/external/pdfium/samples/
Dpdfium_test.cc515 file_header.bfType = 0x4d42; in WriteBmp()