Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_image.c161 uint32_t bfOffBits; member
252 bmfh.bfOffBits = 14 + 40; in debug_dump_float_rgba_bmp()
309 bmfh.bfOffBits = 14 + 40; in debug_dump_ubyte_rgba_bmp()
/external/pdfium/core/fxcodec/bmp/
Dfx_bmp.h18 uint32_t bfOffBits; member
Dcfx_bmpdecompressor.cpp98 bmp_header.bfOffBits = in ReadBmpHeader()
99 FXDWORD_GET_LSBFIRST(reinterpret_cast<uint8_t*>(&bmp_header.bfOffBits)); in ReadBmpHeader()
/external/libjpeg-turbo/
Drdbmp.c427 int bfOffBits; in start_input_bmp() local
444 bfOffBits = GET_4B(bmpfileheader, 10); in start_input_bmp()
453 if (headerSize < 12 || headerSize > 64 || (headerSize + 14) > bfOffBits) in start_input_bmp()
534 bPad = bfOffBits - (headerSize + 14); in start_input_bmp()
/external/pdfium/samples/
Dpdfium_test_write_helper.cc451 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()