Lines Matching full:xyz
178 // Black point compensation. Implemented as a linear scaling in XYZ. Black points
411 // Offset should be adjusted because the encoding. We encode XYZ normalized to 0..1.0,
412 // to do that, we divide by MAX_ENCODEABLE_XZY. The conversion stage goes XYZ -> XYZ so
413 // we have first to convert from encoded to XYZ and then convert back to encoded.
428 // Add a conversion stage if needed. If a matrix/offset m is given, it applies to XYZ space
438 case cmsSigXYZData: // Input profile operates in XYZ
442 case cmsSigXYZData: // XYZ -> XYZ
448 case cmsSigLabData: // XYZ -> Lab
465 case cmsSigXYZData: // Lab -> XYZ
510 // Check for XYZ/Lab. Those spaces are interchangeable as they can be computed one from other.