Searched refs:m_pCompData (Results 1 – 2 of 2) sorted by relevance
129 m_pCompData(nullptr), in CPDF_DIBSource()140 FX_Free(m_pCompData); in ~CPDF_DIBSource()419 m_pCompData = GetDecodeAndMaskArray(&m_bDefaultDecode, &m_bColorKey); in LoadColorInfo()420 return !!m_pCompData; in LoadColorInfo()559 FX_Free(m_pCompData); in CreateDCTDecoder()560 m_pCompData = nullptr; in CreateDCTDecoder()596 m_pCompData = GetDecodeAndMaskArray(&m_bDefaultDecode, &m_bColorKey); in CreateDCTDecoder()597 if (!m_pCompData) in CreateDCTDecoder()764 color_values[0] = m_pCompData[0].m_DecodeMin; in LoadPalette()770 color_values[0] += m_pCompData[0].m_DecodeStep; in LoadPalette()[all …]
143 DIB_COMP_DATA* m_pCompData; variable