Home | History | Annotate | Download | only in src

Lines Matching full:xyz

38   PostScript does use XYZ as its internal PCS. But since PostScript
43 convert Lab <-> XYZ is also included.
51 the device -> XYZ transform. These cases identifies monochrome profiles (often
59 no interpolation tables, I do the conversion directly to XYZ
75 On simpler profiles, the PCS is already XYZ, so no conversion is required.
83 the conversion directly to XYZ
138 /RangeABC <.. used for XYZ -> Lab>
147 The following stages are used to convert from XYZ to Lab
179 The following stages are used to convert Lab to XYZ
442 // Lab -> XYZ, see the discussion above
842 cmsCIEXYZ XYZ;
844 cmsDoTransform(xform, &Gray, &XYZ, 1);
846 Out ->Table16[i] =_cmsQuickSaturateWord(XYZ.Y * 65535.0);
992 // This is a HP extension, and it works in Lab instead of XYZ
1042 // Does create a Color Space Array on XYZ colorspace for PostScript usage
1064 // output (PCS) colorspace must be XYZ or Lab
1271 // Due to impedance mismatch between XYZ and almost all RGB and CMYK spaces
1272 // I choose to dump LUTS in Lab instead of XYZ. There is still a lot of wasted
1572 // Does create a Color Space Array on XYZ colorspace for PostScript usage