Searched refs:PT_LabV2 (Results 1 – 3 of 3) sorted by relevance
723 #define PT_LabV2 30 // Identical to PT_Lab, but using the V2 old encoding macro851 #define TYPE_LabV2_8 (COLORSPACE_SH(PT_LabV2)|CHANNELS_SH(3)|BYTES_SH(1))854 #define TYPE_ALabV2_8 (COLORSPACE_SH(PT_LabV2)|CHANNELS_SH(3)|BYTES_SH(1)|EXTRA_SH(1)|SWAP…856 #define TYPE_LabV2_16 (COLORSPACE_SH(PT_LabV2)|CHANNELS_SH(3)|BYTES_SH(2))
776 if (Space1 == PT_LabV2 && Space2 == PT_Lab) return TRUE; in IsProperColorSpace()777 if (Space1 == PT_Lab && Space2 == PT_LabV2) return TRUE; in IsProperColorSpace()
771 case PT_LabV2: in _cmsICCcolorSpace()