Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jbig.cpp27 JBig2DocumentContext* GetJBig2DocumentContext(CCodec_Jbig2Module* pModule, in GetJBig2DocumentContext()
44 CCodec_Jbig2Module::~CCodec_Jbig2Module() { in ~CCodec_Jbig2Module()
47 void* CCodec_Jbig2Module::CreateJbig2Context() { in CreateJbig2Context()
50 void CCodec_Jbig2Module::DestroyJbig2Context(void* pJbig2Content) { in DestroyJbig2Context()
58 FXCODEC_STATUS CCodec_Jbig2Module::StartDecode(void* pJbig2Context, in StartDecode()
105 FXCODEC_STATUS CCodec_Jbig2Module::ContinueDecode(void* pJbig2Context, in ContinueDecode()
Dcodec_int.h385 class CCodec_Jbig2Module : public ICodec_Jbig2Module {
387 CCodec_Jbig2Module() {} in CCodec_Jbig2Module() function
388 ~CCodec_Jbig2Module() override;
Dfx_codec.cpp22 m_pJbig2Module(new CCodec_Jbig2Module), in CCodec_ModuleMgr()