Searched refs:pAlterCS (Results 1 – 1 of 1) sorted by relevance
1073 auto pAlterCS = CPDF_ColorSpace::Load(pDoc, pAlterCSObj, pVisited); in FindAlternateProfile() local1074 if (!pAlterCS) in FindAlternateProfile()1077 if (pAlterCS->GetFamily() == PDFCS_PATTERN) in FindAlternateProfile()1080 if (pAlterCS->CountComponents() != nExpectedComponents) in FindAlternateProfile()1083 m_pAlterCS = std::move(pAlterCS); in FindAlternateProfile()