Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_Context.h42 std::list<CJBig2_CachePair>* pSymbolDictCache);
60 std::list<CJBig2_CachePair>* pSymbolDictCache,
DJBig2_Context.cpp59 std::list<CJBig2_CachePair>* pSymbolDictCache) { in Create() argument
61 new CJBig2_Context(pSrcSpan, dwSrcObjNum, pSymbolDictCache, false)); in Create()
64 pGlobalSpan, dwGlobalObjNum, pSymbolDictCache, true)); in Create()
71 std::list<CJBig2_CachePair>* pSymbolDictCache, in CJBig2_Context() argument
76 m_pSymbolDictCache(pSymbolDictCache) {} in CJBig2_Context()