Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.h28 #define PDFCS_LAB 6 macro
Dcpdf_dib.cpp585 case PDFCS_LAB: { in CreateDCTDecoder()
605 if (m_Family == PDFCS_LAB && m_nComponents != 3) in CreateDCTDecoder()
Dcpdf_colorspace.cpp809 : CPDF_ColorSpace(pDoc, PDFCS_LAB) {} in CPDF_LabCS()
/external/pdfium/fpdfsdk/
Dfpdf_editimg.cpp38 static_assert(PDFCS_LAB == FPDF_COLORSPACE_LAB, "PDFCS_LAB value mismatch");
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1702 if (family == PDFCS_LAB || pCS->IsSpecial() || in GetBackColor()