Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.cpp952 auto pAlterCS = CPDF_ColorSpace::Load(pDoc, pAlterCSObj, pVisited); in FindAlternateProfile() local
953 if (!pAlterCS) in FindAlternateProfile()
956 if (pAlterCS->GetFamily() == PDFCS_PATTERN) in FindAlternateProfile()
959 if (pAlterCS->CountComponents() != nExpectedComponents) in FindAlternateProfile()
962 m_pAlterCS = std::move(pAlterCS); in FindAlternateProfile()