Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jbig.cpp58 FXCODEC_STATUS CCodec_Jbig2Module::StartDecode(void* pJbig2Context, in StartDecode() argument
67 if (!pJbig2Context) { in StartDecode()
72 CCodec_Jbig2Context* m_pJbig2Context = (CCodec_Jbig2Context*)pJbig2Context; in StartDecode()
105 FXCODEC_STATUS CCodec_Jbig2Module::ContinueDecode(void* pJbig2Context, in ContinueDecode() argument
107 CCodec_Jbig2Context* m_pJbig2Context = (CCodec_Jbig2Context*)pJbig2Context; in ContinueDecode()
Dcodec_int.h392 FXCODEC_STATUS StartDecode(void* pJbig2Context,
401 FXCODEC_STATUS ContinueDecode(void* pJbig2Context,
403 void DestroyJbig2Context(void* pJbig2Context) override;
/external/pdfium/core/include/fxcodec/
Dfx_codec.h414 virtual FXCODEC_STATUS StartDecode(void* pJbig2Context,