Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_icc.cpp355 class CFX_IccProfileCache { class
357 CFX_IccProfileCache();
358 ~CFX_IccProfileCache();
365 CFX_IccProfileCache::CFX_IccProfileCache() { in CFX_IccProfileCache() function in CFX_IccProfileCache
369 CFX_IccProfileCache::~CFX_IccProfileCache() { in ~CFX_IccProfileCache()
374 void CFX_IccProfileCache::Purge() {} in Purge()
410 CFX_IccProfileCache* pCache = NULL; in CreateProfile()
439 pCache = new CFX_IccProfileCache; in CreateProfile()
Dcodec_int.h20 class CFX_IccProfileCache; variable
326 std::map<CFX_ByteString, CFX_IccProfileCache*> m_MapProfile;