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.cpp20 void CCodec_Jbig2Module::DestroyJbig2Context(void* pJbig2Content) in DestroyJbig2Context() argument
22 if(pJbig2Content) { in DestroyJbig2Context()
23 CJBig2_Context::DestroyContext(((CCodec_Jbig2Context*)pJbig2Content)->m_pContext); in DestroyJbig2Context()
24 delete (CCodec_Jbig2Context*)pJbig2Content; in DestroyJbig2Context()
26 pJbig2Content = NULL; in DestroyJbig2Context()
/external/pdfium/core/include/fxcodec/
Dfx_codec.h218 virtual FXCODEC_STATUS ContinueDecode(void* pJbig2Content, IFX_Pause* pPause) = 0;
219 virtual void DestroyJbig2Context(void* pJbig2Content) = 0;