HomeSort by relevance Sort by last modified time
    Searched full:compress_flag (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fxcodec/lbmp/
fx_bmp.h 78 FX_DWORD compress_flag; member in struct:tag_bmp_decompress_struct
fx_bmp.cpp 112 bmp_ptr->compress_flag = BMP_RGB;
128 bmp_ptr->compress_flag =
157 bmp_ptr->compress_flag =
171 if (bmp_ptr->compress_flag == BMP_RGB && biPlanes == 1 &&
181 ASSERT(bmp_ptr->compress_flag <= BMP_BITFIELDS);
194 if (bmp_ptr->width <= 0 || bmp_ptr->compress_flag > BMP_BITFIELDS) {
233 if (bmp_ptr->compress_flag == BMP_BITFIELDS) {
264 if (bmp_ptr->compress_flag == BMP_BITFIELDS || bmp_ptr->bitCounts == 16) {
327 switch (bmp_ptr->compress_flag) {
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_bmp.cpp 106 pAttribute->m_nBmpCompressType = p->bmp_ptr->compress_flag;

Completed in 126 milliseconds