Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.h25 #define PDFCS_SEPARATION 8 macro
62 return GetFamily() == PDFCS_SEPARATION || GetFamily() == PDFCS_DEVICEN || in IsSpecial()
Dcpdf_colorspace.cpp1098 : CPDF_ColorSpace(pDoc, PDFCS_SEPARATION) {} in CPDF_SeparationCS()
/external/pdfium/fpdfsdk/
Dfpdfeditimg.cpp37 static_assert(PDFCS_SEPARATION == FPDF_COLORSPACE_SEPARATION,
/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp159 if (format == PDFCS_DEVICECMYK || format == PDFCS_SEPARATION || in StartRenderDIBSource()
Dcpdf_renderstatus.cpp1536 if (format == PDFCS_DEVICECMYK || format == PDFCS_SEPARATION || in ProcessTransparency()