Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_icc.cpp363 class CFX_IccTransformCache class
366 CFX_IccTransformCache(CLcmsCmm* pCmm = NULL);
367 ~CFX_IccTransformCache();
374 CFX_IccTransformCache::CFX_IccTransformCache(CLcmsCmm* pCmm) in CFX_IccTransformCache() function in CFX_IccTransformCache
380 CFX_IccTransformCache::~CFX_IccTransformCache() in ~CFX_IccTransformCache()
389 void CFX_IccTransformCache::Purge() in Purge()
488 CFX_IccTransformCache* pTransformCache; in CreateTransform()
494 pTransformCache = new CFX_IccTransformCache(pCmm); in CreateTransform()
521 CFX_IccTransformCache* pTransformCache; in ~CCodec_IccModule()