Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.cpp1049 auto pAlterCS = CPDF_ColorSpace::Load(pDoc, pAlterCSObj.Get(), pVisited); in FindAlternateProfile() local
1050 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()