Searched refs:m_pAltCS (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_colors.cpp885 CPDF_ColorSpace* m_pAltCS; member in class:CPDF_SeparationCS
892 m_pAltCS = NULL;
898 if (m_pAltCS) {
899 m_pAltCS->ReleaseCS();
916 m_pAltCS = Load(pDoc, pAltCS);
921 if (m_pFunc && m_pAltCS && m_pFunc->CountOutputs() < m_pAltCS->CountComponents()) {
934 if (m_pAltCS == NULL) {
937 int nComps = m_pAltCS->CountComponents();
942 m_pAltCS
980 CPDF_ColorSpace* m_pAltCS; member in class:CPDF_DeviceNCS
[all...]

Completed in 252 milliseconds