Home
last modified time | relevance | path

Searched refs:bmp_info_header (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcodec/bmp/
Dcfx_bmpdecompressor.cpp144 BmpInfoHeader bmp_info_header; in ReadBmpHeaderIfh() local
145 if (!ReadData(reinterpret_cast<uint8_t*>(&bmp_info_header), in ReadBmpHeaderIfh()
151 reinterpret_cast<uint8_t*>(&bmp_info_header.biWidth)); in ReadBmpHeaderIfh()
153 reinterpret_cast<uint8_t*>(&bmp_info_header.biHeight)); in ReadBmpHeaderIfh()
155 reinterpret_cast<uint8_t*>(&bmp_info_header.biBitCount)); in ReadBmpHeaderIfh()
157 reinterpret_cast<uint8_t*>(&bmp_info_header.biCompression)); in ReadBmpHeaderIfh()
159 reinterpret_cast<uint8_t*>(&bmp_info_header.biClrUsed)); in ReadBmpHeaderIfh()
161 reinterpret_cast<uint8_t*>(&bmp_info_header.biXPelsPerMeter))); in ReadBmpHeaderIfh()
163 reinterpret_cast<uint8_t*>(&bmp_info_header.biYPelsPerMeter))); in ReadBmpHeaderIfh()
173 BmpInfoHeader bmp_info_header; in ReadBmpHeaderIfh() local
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_image.c165 struct bmp_info_header { struct
242 struct bmp_info_header bmih; in debug_dump_float_rgba_bmp()
298 struct bmp_info_header bmih; in debug_dump_ubyte_rgba_bmp()