Searched refs:m_IccProfileMap (Results 1 – 2 of 2) sorted by relevance
383 auto it = m_IccProfileMap.find(pProfileStream); in GetIccProfile()384 if (it != m_IccProfileMap.end() && it->second) in GetIccProfile()393 auto it_copied_stream = m_IccProfileMap.find(hash_it->second.Get()); in GetIccProfile()394 if (it_copied_stream != m_IccProfileMap.end() && it_copied_stream->second) in GetIccProfile()399 m_IccProfileMap[pProfileStream].Reset(pProfile.Get()); in GetIccProfile()
112 std::map<const CPDF_Stream*, ObservedPtr<CPDF_IccProfile>> m_IccProfileMap; variable