Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmsxform.c771 int Space2 = _cmsLCMScolorSpace(Check); in IsProperColorSpace() local
774 if (Space1 == Space2) return TRUE; in IsProperColorSpace()
776 if (Space1 == PT_LabV2 && Space2 == PT_Lab) return TRUE; in IsProperColorSpace()
777 if (Space1 == PT_Lab && Space2 == PT_LabV2) return TRUE; in IsProperColorSpace()