Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.h29 #define PDFCS_ICCBASED 7 macro
Dcpdf_dib.cpp422 if (m_Family == PDFCS_ICCBASED && pCSObj->IsName()) { in LoadColorInfo()
590 case PDFCS_ICCBASED: { in CreateDCTDecoder()
831 if (m_nComponents == 1 && m_Family == PDFCS_ICCBASED && in LoadPalette()
Dcpdf_colorspace.cpp906 : CPDF_ColorSpace(pDoc, PDFCS_ICCBASED) {} in CPDF_ICCBasedCS()
/external/pdfium/fpdfsdk/
Dfpdf_editimg.cpp39 static_assert(PDFCS_ICCBASED == FPDF_COLORSPACE_ICCBASED,
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1703 (family == PDFCS_ICCBASED && !pCS->IsNormal())) { in GetBackColor()