Searched refs:pAlterCS (Results 1 – 1 of 1) sorted by relevance
1049 auto pAlterCS = CPDF_ColorSpace::Load(pDoc, pAlterCSObj.Get(), pVisited); in FindAlternateProfile() local1050 if (!pAlterCS) in FindAlternateProfile()1053 if (pAlterCS->GetFamily() == Family::kPattern) in FindAlternateProfile()1056 if (pAlterCS->CountComponents() != nExpectedComponents) in FindAlternateProfile()1059 m_pBaseCS = std::move(pAlterCS); in FindAlternateProfile()