Home
last modified time | relevance | path

Searched refs:bfOffBits (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_image.c161 uint32_t bfOffBits; member
251 bmfh.bfOffBits = 14 + 40; in debug_dump_float_rgba_bmp()
308 bmfh.bfOffBits = 14 + 40; in debug_dump_ubyte_rgba_bmp()
/external/libjpeg-turbo/
Drdbmp.c439 unsigned int bfOffBits; in start_input_bmp() local
456 bfOffBits = GET_4B(bmpfileheader, 10); in start_input_bmp()
541 bPad = bfOffBits - (headerSize + 14); in start_input_bmp()
/external/pdfium/core/fxcodec/lbmp/
Dfx_bmp.h43 uint32_t bfOffBits; member
Dfx_bmp.cpp88 pBmp_header->bfOffBits = FXDWORD_GET_LSBFIRST( in ReadHeader()
89 reinterpret_cast<uint8_t*>(&pBmp_header->bfOffBits)); in ReadHeader()
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp705 unsigned int bfOffBits = i32BMPHeaderSize + i32BMPInfoSize; in PVRShellWriteBMPFile() local
727 ByteSwap(bfOffBits); in PVRShellWriteBMPFile()
742 fwrite(&bfOffBits , 1, sizeof(bfOffBits) , fpDumpfile); in PVRShellWriteBMPFile()
/external/pdfium/samples/
Dpdfium_test.cc517 file_header.bfOffBits = file_header.bfSize - out_len; in WriteBmp()
/external/python/cpython3/PC/bdist_wininst/
Dinstall.c1066 bitmap_bytes + bfh->bfOffBits, in create_bitmap()
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c1022 bitmap_bytes + bfh->bfOffBits, in create_bitmap()