Home
last modified time | relevance | path

Searched refs:pSymbolDictCache (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_Context.h41 …_DWORD dwLength, FX_INT32 nStreamType, std::list<CJBig2_CachePair>* pSymbolDictCache, IFX_Pause* p…
60 …_DWORD dwLength, FX_INT32 nStreamType, std::list<CJBig2_CachePair>* pSymbolDictCache, IFX_Pause* p…
DJBig2_Context.cpp27 …_DWORD dwLength, FX_INT32 nStreamType, std::list<CJBig2_CachePair>* pSymbolDictCache, IFX_Pause* p… in CreateContext() argument
29 …JBig2_Context(pGlobalData, dwGlobalLength, pData, dwLength, nStreamType, pSymbolDictCache, pPause); in CreateContext()
38 …_DWORD dwLength, FX_INT32 nStreamType, std::list<CJBig2_CachePair>* pSymbolDictCache, IFX_Pause* p… in CJBig2_Context() argument
42 JBIG2_EMBED_STREAM, pSymbolDictCache, pPause)); in CJBig2_Context()
62 m_pSymbolDictCache = pSymbolDictCache; in CJBig2_Context()