Home
last modified time | relevance | path

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

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