Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_icc.cpp431 CFX_ByteString ProfileKey(key.GetBuffer(), key.GetSize()); in CreateProfile() local
433 pTransformKey->AppendBlock(ProfileKey.GetBuffer(0), ProfileKey.GetLength()); in CreateProfile()
434 if (!m_MapProfile.Lookup(ProfileKey, (FX_LPVOID&)pCache)) { in CreateProfile()
455 m_MapProfile.SetAt(ProfileKey, pCache); in CreateProfile()