Home
last modified time | relevance | path

Searched refs:compress_flag (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcodec/lbmp/
Dfx_bmp.cpp37 compress_flag(0), in BMPDecompressor()
122 compress_flag = BMP_RGB; in ReadHeader()
138 compress_flag = FXDWORD_GET_LSBFIRST( in ReadHeader()
164 compress_flag = FXDWORD_GET_LSBFIRST( in ReadHeader()
175 if (compress_flag == BMP_RGB && biPlanes == 1 && color_used == 0) in ReadHeader()
182 if (width > BMP_MAX_WIDTH || compress_flag > BMP_BITFIELDS) { in ReadHeader()
233 if (compress_flag == BMP_BITFIELDS) { in ReadHeader()
295 switch (compress_flag) { in ValidateFlag()
321 switch (compress_flag) { in DecodeImage()
Dfx_bmp.h89 uint32_t compress_flag; variable
/external/pdfium/core/fxcodec/codec/
Dccodec_bmpmodule.cpp60 pAttribute->m_nBmpCompressType = ctx->m_Bmp.compress_flag; in ReadHeader()