Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_icc.cpp415 if (!m_MapProfile.Lookup(ProfileKey, (FX_LPVOID&)pCache)) { in CreateProfile()
439 m_MapProfile.SetAt(ProfileKey, pCache); in CreateProfile()
502 FX_POSITION pos = m_MapProfile.GetStartPosition(); in ~CCodec_IccModule()
506 m_MapProfile.GetNextAssoc(pos, key, (FX_LPVOID&)pProfileCache); in ~CCodec_IccModule()
Dcodec_int.h178 CFX_MapByteStringToPtr m_MapProfile; variable