Searched refs:fXYZ (Results 1 – 2 of 2) sorted by relevance
365 void CMSEXPORT cmsFloat2XYZEncoded(cmsUInt16Number XYZ[3], const cmsCIEXYZ* fXYZ) in cmsFloat2XYZEncoded() argument369 xyz.X = fXYZ -> X; in cmsFloat2XYZEncoded()370 xyz.Y = fXYZ -> Y; in cmsFloat2XYZEncoded()371 xyz.Z = fXYZ -> Z; in cmsFloat2XYZEncoded()420 void CMSEXPORT cmsXYZEncoded2Float(cmsCIEXYZ* fXYZ, const cmsUInt16Number XYZ[3]) in cmsXYZEncoded2Float() argument422 fXYZ -> X = XYZ2float(XYZ[0]); in cmsXYZEncoded2Float()423 fXYZ -> Y = XYZ2float(XYZ[1]); in cmsXYZEncoded2Float()424 fXYZ -> Z = XYZ2float(XYZ[2]); in cmsXYZEncoded2Float()
1087 …API void CMSEXPORT cmsFloat2XYZEncoded(cmsUInt16Number XYZ[3], const cmsCIEXYZ* fXYZ);