Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_icc.cpp375 class CFX_IccTransformCache { class
377 CFX_IccTransformCache(CLcmsCmm* pCmm = NULL);
378 ~CFX_IccTransformCache();
386 CFX_IccTransformCache::CFX_IccTransformCache(CLcmsCmm* pCmm) { in CFX_IccTransformCache() function in CFX_IccTransformCache
391 CFX_IccTransformCache::~CFX_IccTransformCache() { in ~CFX_IccTransformCache()
397 void CFX_IccTransformCache::Purge() {} in Purge()
500 CFX_IccTransformCache* pTransformCache; in CreateTransform()
507 pTransformCache = new CFX_IccTransformCache(pCmm); in CreateTransform()
Dcodec_int.h21 class CFX_IccTransformCache; variable
325 std::map<CFX_ByteString, CFX_IccTransformCache*> m_MapTranform;