HomeSort by relevance Sort by last modified time
    Searched refs:GetJbig2Module (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fpdfapi/
fpdf_basic_module.cpp 54 ICodec_Jbig2Module* CPDF_ModuleMgr::GetJbig2Module() {
55 return m_pCodecModule ? m_pCodecModule->GetJbig2Module() : NULL;
  /external/pdfium/core/include/fpdfapi/
fpdf_module.h 67 ICodec_Jbig2Module* GetJbig2Module();
  /external/pdfium/core/include/fxcodec/
fx_codec.h 71 ICodec_Jbig2Module* GetJbig2Module() const { return m_pJbig2Module.get(); }
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp 194 ICodec_Jbig2Module* pJbig2Module = CPDF_ModuleMgr::Get()->GetJbig2Module();
404 ICodec_Jbig2Module* pJbig2Module = CPDF_ModuleMgr::Get()->GetJbig2Module();
    [all...]

Completed in 131 milliseconds