Searched refs:m_bDefaultDecode (Results 1 – 2 of 2) sorted by relevance
120 m_bDefaultDecode = TRUE; in CPDF_DIBSource()461 m_bDefaultDecode = pDecode == NULL || pDecode->GetInteger(0) == 0; in LoadColorInfo()491 m_pCompData = GetDecodeAndMaskArray(m_bDefaultDecode, m_bColorKey); in LoadColorInfo()582 m_pCompData = GetDecodeAndMaskArray(m_bDefaultDecode, m_bColorKey); in CreateDecoder()834 if (m_bDefaultDecode && (m_Family == PDFCS_DEVICEGRAY || m_Family == PDFCS_DEVICERGB)) { in LoadPalette()857 …m_pColorSpace == CPDF_ColorSpace::GetStockCS(PDFCS_DEVICEGRAY) && m_bpc == 8 && m_bDefaultDecode) { in LoadPalette()924 if (m_bDefaultDecode) { in TranslateScanline24bpp()1063 if (m_bImageMask && m_bDefaultDecode) { in GetScanline()1216 if (m_bDefaultDecode) { in DownSampleScanline()1357 if (!m_bDefaultDecode) { in DownSampleScanline()
439 FX_BOOL m_bDefaultDecode; variable