Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_docpagedata.h125 m_ColorSpaceMap; variable
Dcpdf_docpagedata.cpp342 auto it = m_ColorSpaceMap.find(pArray); in GetColorSpaceInternal()
343 if (it != m_ColorSpaceMap.end() && it->second) in GetColorSpaceInternal()
351 m_ColorSpaceMap[std::move(pArray)].Reset(pCS.Get()); in GetColorSpaceInternal()