Searched refs:PT_LabV2 (Results 1 – 3 of 3) sorted by relevance
732 #define PT_LabV2 30 // Identical to PT_Lab, but using the V2 old encoding macro860 #define TYPE_LabV2_8 (COLORSPACE_SH(PT_LabV2)|CHANNELS_SH(3)|BYTES_SH(1))863 #define TYPE_ALabV2_8 (COLORSPACE_SH(PT_LabV2)|CHANNELS_SH(3)|BYTES_SH(1)|EXTRA_SH(1)|SWAP…865 #define TYPE_LabV2_16 (COLORSPACE_SH(PT_LabV2)|CHANNELS_SH(3)|BYTES_SH(2))
966 if (Space1 == PT_LabV2 && Space2 == PT_Lab) return TRUE; in IsProperColorSpace()967 if (Space1 == PT_Lab && Space2 == PT_LabV2) return TRUE; in IsProperColorSpace()
780 case PT_LabV2: in _cmsICCcolorSpace()