HomeSort by relevance Sort by last modified time
    Searched defs:CJBig2_Context (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Context.h 34 class CJBig2_Context : public CJBig2_Object
38 static CJBig2_Context *CreateContext(CJBig2_Module *pModule, FX_BYTE *pGlobalData, FX_DWORD dwGlobalLength,
41 static void DestroyContext(CJBig2_Context *pContext);
57 CJBig2_Context(FX_BYTE *pGlobalData, FX_DWORD dwGlobalLength,
60 ~CJBig2_Context();
107 CJBig2_Context *m_pGlobalContext;
JBig2_Context.cpp 14 CJBig2_Context *CJBig2_Context::CreateContext(CJBig2_Module *pModule, FX_BYTE *pGlobalData, FX_DWORD dwGlobalLength,
17 return new(pModule) CJBig2_Context(pGlobalData, dwGlobalLength, pData, dwLength, nStreamType, pPause);
19 void CJBig2_Context::DestroyContext(CJBig2_Context *pContext)
25 CJBig2_Context::CJBig2_Context(FX_BYTE *pGlobalData, FX_DWORD dwGlobalLength,
29 JBIG2_ALLOC(m_pGlobalContext, CJBig2_Context(NULL, 0, pGlobalData, dwGlobalLength,
51 CJBig2_Context::~CJBig2_Context()
    [all...]

Completed in 81 milliseconds