Searched refs:m_pDecoder (Results 1 – 2 of 2) sorted by relevance
168 m_pDecoder = NULL; in CPDF_DIBSource()187 delete m_pDecoder; in ~CPDF_DIBSource()612 m_pDecoder = FPDFAPI_CreateFaxDecoder(src_data, src_size, m_Width, m_Height, in CreateDecoder()615 m_pDecoder = CPDF_ModuleMgr::Get()->GetJpegModule()->CreateDecoder( in CreateDecoder()618 if (!m_pDecoder) { in CreateDecoder()637 m_pDecoder = CPDF_ModuleMgr::Get()->GetJpegModule()->CreateDecoder( in CreateDecoder()642 m_pDecoder = FPDFAPI_CreateFlateDecoder( in CreateDecoder()657 m_pDecoder = CPDF_ModuleMgr::Get() in CreateDecoder()663 if (!m_pDecoder) in CreateDecoder()672 m_pDecoder->GetBPC(), m_pDecoder->CountComps(), m_pDecoder->GetWidth()); in CreateDecoder()[all …]
593 ICodec_ScanlineDecoder* m_pDecoder; variable