Searched refs:compress_flag (Results 1 – 3 of 3) sorted by relevance
37 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()
89 uint32_t compress_flag; variable
60 pAttribute->m_nBmpCompressType = ctx->m_Bmp.compress_flag; in ReadHeader()