Searched refs:pGlobalStream (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fxcodec/jbig2/ |
D | JBig2_Context.h | 43 CPDF_StreamAcc* pGlobalStream, 60 CJBig2_Context(CPDF_StreamAcc* pGlobalStream,
|
D | JBig2_Context.cpp | 46 CPDF_StreamAcc* pGlobalStream, in CreateContext() argument 50 return new CJBig2_Context(pGlobalStream, pSrcStream, pSymbolDictCache, pPause, in CreateContext() 58 CJBig2_Context::CJBig2_Context(CPDF_StreamAcc* pGlobalStream, in CJBig2_Context() argument 73 if (pGlobalStream && (pGlobalStream->GetSize() > 0)) { in CJBig2_Context() 74 m_pGlobalContext = new CJBig2_Context(nullptr, pGlobalStream, in CJBig2_Context()
|