Home | History | Annotate | Download | only in src

Lines Matching refs:PCS

895                               cmsColorSpaceSignature PCS,
900 if (IsPCS(ColorSpace) && IsPCS(PCS)) {
904 cmsSetPCS(hProfile, PCS);
908 if (IsPCS(ColorSpace) && !IsPCS(PCS)) {
912 cmsSetColorSpace(hProfile, PCS);
916 if (IsPCS(PCS) && !IsPCS(ColorSpace)) {
920 cmsSetPCS(hProfile, PCS);
927 cmsSetPCS(hProfile, PCS);
934 // It has, however, several minor limitations. PCS is always Lab, which is not very critic since this
935 // is the normal PCS for named color profiles.