HomeSort by relevance Sort by last modified time
    Searched refs:m_MapProfile (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxcodec/codec/
fx_codec_icc.cpp 415 if (!m_MapProfile.Lookup(ProfileKey, (FX_LPVOID&)pCache)) {
439 m_MapProfile.SetAt(ProfileKey, pCache);
502 FX_POSITION pos = m_MapProfile.GetStartPosition();
506 m_MapProfile.GetNextAssoc(pos, key, (FX_LPVOID&)pProfileCache);
    [all...]
codec_int.h 178 CFX_MapByteStringToPtr m_MapProfile;

Completed in 45 milliseconds