Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jbig.cpp33 …TE)global_data, global_size, (FX_LPBYTE)src_buf, src_size, JBIG2_EMBED_STREAM, &m_SymbolDictCache); in Decode()
60 …ntext::CreateContext(&m_Module, NULL, 0, src_buf, src_size, JBIG2_FILE_STREAM, &m_SymbolDictCache); in Decode()
102 …l_data, global_size, (FX_LPBYTE)src_buf, src_size, JBIG2_EMBED_STREAM, &m_SymbolDictCache, pPause); in StartDecode()
137 …ig2Context->m_src_buf, m_pJbig2Context->m_src_size, JBIG2_FILE_STREAM, &m_SymbolDictCache, pPause); in StartDecode()
Dcodec_int.h279 std::list<CJBig2_CachePair> m_SymbolDictCache; variable