Lines Matching refs:xyz
258 // D50 XYZ normalized to Y=1.0
310 cmsSigXYZType = 0x58595A20 // 'XYZ '
425 cmsSigXYZData = 0x58595A20, // 'XYZ '
577 // ICC XYZ
606 cmsColorSpaceSignature pcs; // PCS, XYZ or Lab only
1076 CMSAPI void CMSEXPORT cmsXYZ2Lab(const cmsCIEXYZ* WhitePoint, cmsCIELab* Lab, const cmsCIEXYZ* xyz);
1077 CMSAPI void CMSEXPORT cmsLab2XYZ(const cmsCIEXYZ* WhitePoint, cmsCIEXYZ* xyz, const cmsCIELab* Lab);
1086 CMSAPI void CMSEXPORT cmsXYZEncoded2Float(cmsCIEXYZ* fxyz, const cmsUInt16Number XYZ[3]);
1087 CMSAPI void CMSEXPORT cmsFloat2XYZEncoded(cmsUInt16Number XYZ[3], const cmsCIEXYZ* fXYZ);