Home
last modified time | relevance | path

Searched refs:CJBig2_CacheKey (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcodec/
DJBig2_DocumentContext.h16 using CJBig2_CacheKey = std::pair<uint32_t, uint32_t>; variable
18 std::pair<CJBig2_CacheKey, std::unique_ptr<CJBig2_SymbolDict>>;
/external/pdfium/core/fxcodec/jbig2/
DJBig2_Context.h26 using CJBig2_CacheKey = std::pair<uint32_t, uint32_t>; variable
28 std::pair<CJBig2_CacheKey, std::unique_ptr<CJBig2_SymbolDict>>;
DJBig2_Context.cpp583 CJBig2_CacheKey key = in parseSymbolDict()
584 CJBig2_CacheKey(pSegment->m_dwObjNum, pSegment->m_dwDataOffset); in parseSymbolDict()