Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_docpagedata.cpp391 auto hash_it = m_HashProfileMap.find(bsDigest); in GetIccProfile() local
392 if (hash_it != m_HashProfileMap.end()) { in GetIccProfile()
393 auto it_copied_stream = m_IccProfileMap.find(hash_it->second.Get()); in GetIccProfile()