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

  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Context.h 40 class CJBig2_Context {
42 static CJBig2_Context* CreateContext(
48 static void DestroyContext(CJBig2_Context* pContext);
60 CJBig2_Context(CPDF_StreamAcc* pGlobalStream,
66 ~CJBig2_Context();
112 CJBig2_Context* m_pGlobalContext;
JBig2_Context.cpp 45 CJBig2_Context* CJBig2_Context::CreateContext(
50 return new CJBig2_Context(pGlobalStream, pSrcStream, pSymbolDictCache, pPause,
54 void CJBig2_Context::DestroyContext(CJBig2_Context* pContext) {
58 CJBig2_Context::CJBig2_Context(CPDF_StreamAcc* pGlobalStream,
74 m_pGlobalContext = new CJBig2_Context(nullptr, pGlobalStream,
83 CJBig2_Context::~CJBig2_Context() {
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jbig.cpp 52 CJBig2_Context::DestroyContext(
81 m_pJbig2Context->m_pContext = CJBig2_Context::CreateContext(
91 CJBig2_Context::DestroyContext(m_pJbig2Context->m_pContext);
113 CJBig2_Context::DestroyContext(m_pJbig2Context->m_pContext);
codec_int.h 382 CJBig2_Context* m_pContext;

Completed in 40 milliseconds