Home
last modified time | relevance | path

Searched refs:pJbig2Content (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jbig.cpp50 void CCodec_Jbig2Module::DestroyJbig2Context(void* pJbig2Content) { in DestroyJbig2Context() argument
51 if (pJbig2Content) { in DestroyJbig2Context()
53 ((CCodec_Jbig2Context*)pJbig2Content)->m_pContext); in DestroyJbig2Context()
54 delete (CCodec_Jbig2Context*)pJbig2Content; in DestroyJbig2Context()
56 pJbig2Content = NULL; in DestroyJbig2Context()
/external/pdfium/core/include/fxcodec/
Dfx_codec.h424 virtual FXCODEC_STATUS ContinueDecode(void* pJbig2Content,
426 virtual void DestroyJbig2Context(void* pJbig2Content) = 0;