Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsxform.c960 int Space1 = (int) T_COLORSPACE(dwFormat); in IsProperColorSpace() local
963 if (Space1 == PT_ANY) return TRUE; in IsProperColorSpace()
964 if (Space1 == Space2) return TRUE; in IsProperColorSpace()
966 if (Space1 == PT_LabV2 && Space2 == PT_Lab) return TRUE; in IsProperColorSpace()
967 if (Space1 == PT_Lab && Space2 == PT_LabV2) return TRUE; in IsProperColorSpace()