Home | History | Annotate | Download | only in source

Lines Matching defs:pcs

2937 			// If the colorimetric reference is the ICC profile PCS, then the
2939 // to be the ICC Profile PCS white point.
2958 dng_xy_coord pcs = PCStoXY ();
2965 if (Abs_real64 (fAsShotWhiteXY.x - pcs.x) > 0.01 ||
2966 Abs_real64 (fAsShotWhiteXY.y - pcs.y) > 0.01)
2969 ReportWarning ("AsShotWhiteXY does not match the ICC Profile PCS");
2977 fAsShotWhiteXY = pcs;