Searched refs:CJBig2_Context (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_jbig.cpp | 23 CJBig2_Context::DestroyContext(((CCodec_Jbig2Context*)pJbig2Content)->m_pContext); in DestroyJbig2Context() 32 CJBig2_Context* pContext = CJBig2_Context::CreateContext(&m_Module, in Decode() 38 CJBig2_Context::DestroyContext(pContext); in Decode() 52 CJBig2_Context* pContext = NULL; in Decode() 60 …pContext = CJBig2_Context::CreateContext(&m_Module, NULL, 0, src_buf, src_size, JBIG2_FILE_STREAM,… in Decode() 65 CJBig2_Context::DestroyContext(pContext); in Decode() 101 m_pJbig2Context->m_pContext = CJBig2_Context::CreateContext(&m_Module, in StartDecode() 108 CJBig2_Context::DestroyContext(m_pJbig2Context->m_pContext); in StartDecode() 137 …m_pJbig2Context->m_pContext = CJBig2_Context::CreateContext(&m_Module, NULL, 0, m_pJbig2Context->m… in StartDecode() 150 CJBig2_Context::DestroyContext(m_pJbig2Context->m_pContext); in StartDecode() [all …]
|
D | codec_int.h | 258 CJBig2_Context* m_pContext;
|
/external/pdfium/core/src/fxcodec/jbig2/ |
D | JBig2_Context.h | 36 class CJBig2_Context : public CJBig2_Object 40 …static CJBig2_Context *CreateContext(CJBig2_Module *pModule, FX_BYTE *pGlobalData, FX_DWORD dwGlob… 43 static void DestroyContext(CJBig2_Context *pContext); 59 CJBig2_Context(FX_BYTE *pGlobalData, FX_DWORD dwGlobalLength, 62 ~CJBig2_Context(); 109 CJBig2_Context *m_pGlobalContext;
|
D | JBig2_Context.cpp | 26 CJBig2_Context *CJBig2_Context::CreateContext(CJBig2_Module *pModule, FX_BYTE *pGlobalData, FX_DWOR… in CreateContext() 29 …return new(pModule)CJBig2_Context(pGlobalData, dwGlobalLength, pData, dwLength, nStreamType, pSymb… in CreateContext() 31 void CJBig2_Context::DestroyContext(CJBig2_Context *pContext) in DestroyContext() 37 CJBig2_Context::CJBig2_Context(FX_BYTE *pGlobalData, FX_DWORD dwGlobalLength, in CJBig2_Context() function in CJBig2_Context 41 JBIG2_ALLOC(m_pGlobalContext, CJBig2_Context(NULL, 0, pGlobalData, dwGlobalLength, in CJBig2_Context() 64 CJBig2_Context::~CJBig2_Context() in ~CJBig2_Context() 99 FX_INT32 CJBig2_Context::decodeFile(IFX_Pause* pPause) in decodeFile() 142 FX_INT32 CJBig2_Context::decode_SquentialOrgnazation(IFX_Pause* pPause) in decode_SquentialOrgnazation() 192 FX_INT32 CJBig2_Context::decode_EmbedOrgnazation(IFX_Pause* pPause) in decode_EmbedOrgnazation() 196 FX_INT32 CJBig2_Context::decode_RandomOrgnazation_FirstPage(IFX_Pause* pPause) in decode_RandomOrgnazation_FirstPage() [all …]
|