Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_image.c157 uint16_t bfType; member
248 bmfh.bfType = 0x4d42; in debug_dump_float_rgba_bmp()
305 bmfh.bfType = 0x4d42; in debug_dump_ubyte_rgba_bmp()
/external/pdfium/core/fxcodec/bmp/
Dfx_bmp.h14 uint16_t bfType; member
Dcfx_bmpdecompressor.cpp96 bmp_header.bfType = in ReadBmpHeader()
97 FXWORD_GET_LSBFIRST(reinterpret_cast<uint8_t*>(&bmp_header.bfType)); in ReadBmpHeader()
102 if (bmp_header.bfType != kBmpSignature) in ReadBmpHeader()
/external/pdfium/samples/
Dpdfium_test_write_helper.cc449 file_header.bfType = 0x4d42; in WriteBmp()