Home
last modified time | relevance | path

Searched refs:CCodec_Jbig2Module (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fxcodec/codec/
Dfx_codec_jbig.cpp40 CCodec_Jbig2Module::~CCodec_Jbig2Module() {} in ~CCodec_Jbig2Module()
42 FXCODEC_STATUS CCodec_Jbig2Module::StartDecode( in StartDecode()
72 FXCODEC_STATUS CCodec_Jbig2Module::ContinueDecode( in ContinueDecode()
79 FXCODEC_STATUS CCodec_Jbig2Module::Decode(CCodec_Jbig2Context* pJbig2Context, in Decode()
Dccodec_jbig2module.h35 class CCodec_Jbig2Module {
37 CCodec_Jbig2Module() {} in CCodec_Jbig2Module() function
38 ~CCodec_Jbig2Module();
Dfx_codec.cpp1361 m_pJbig2Module(pdfium::MakeUnique<CCodec_Jbig2Module>()), in CCodec_ModuleMgr()
/external/pdfium/core/fxcodec/
Dfx_codec.h24 class CCodec_Jbig2Module; variable
67 CCodec_Jbig2Module* GetJbig2Module() const { return m_pJbig2Module.get(); } in GetJbig2Module()
88 std::unique_ptr<CCodec_Jbig2Module> m_pJbig2Module;
/external/pdfium/core/fpdfapi/
Dcpdf_modulemgr.h16 class CCodec_Jbig2Module; variable
55 CCodec_Jbig2Module* GetJbig2Module();
Dcpdf_modulemgr.cpp104 CCodec_Jbig2Module* CPDF_ModuleMgr::GetJbig2Module() { in GetJbig2Module()
/external/pdfium/testing/libfuzzer/
Dpdf_codec_jbig2_fuzzer.cc49 CCodec_Jbig2Module module; in LLVMFuzzerTestOneInput()
/external/pdfium/core/fpdfapi/render/
Dcpdf_dibsource.cpp324 CCodec_Jbig2Module* pJbig2Module = CPDF_ModuleMgr::Get()->GetJbig2Module(); in ContinueLoadDIBSource()