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.cpp83 FXCODEC_STATUS CCodec_Jbig2Module::StartDecode(void* pJbig2Context, FX_DWORD width, FX_DWORD height… in StartDecode() argument
86 if(!pJbig2Context) { in StartDecode()
89 CCodec_Jbig2Context* m_pJbig2Context = (CCodec_Jbig2Context*)pJbig2Context; in StartDecode()
122 FXCODEC_STATUS CCodec_Jbig2Module::StartDecode(void* pJbig2Context, IFX_FileRead* file_ptr, in StartDecode() argument
125 if(!pJbig2Context) { in StartDecode()
128 CCodec_Jbig2Context* m_pJbig2Context = (CCodec_Jbig2Context*)pJbig2Context; in StartDecode()
170 FXCODEC_STATUS CCodec_Jbig2Module::ContinueDecode(void* pJbig2Context, IFX_Pause* pPause) in ContinueDecode() argument
172 CCodec_Jbig2Context* m_pJbig2Context = (CCodec_Jbig2Context*)pJbig2Context; in ContinueDecode()
Dcodec_int.h271 …FXCODEC_STATUS StartDecode(void* pJbig2Context, FX_DWORD width, FX_DWORD height, FX_LPCBYTE src_b…
274 FXCODEC_STATUS StartDecode(void* pJbig2Context, IFX_FileRead* file_ptr,
276 FXCODEC_STATUS ContinueDecode(void* pJbig2Context, IFX_Pause* pPause);
277 void DestroyJbig2Context(void* pJbig2Context);
/external/pdfium/core/include/fxcodec/
Dfx_codec.h213 …virtual FXCODEC_STATUS StartDecode(void* pJbig2Context, FX_DWORD width, FX_DWORD height, FX_LPCBY…
216 virtual FXCODEC_STATUS StartDecode(void* pJbig2Context, IFX_FileRead* file_ptr,