Home | History | Annotate | Download | only in src

Lines Matching refs:PCS

225     // XYZ PCS in encoded in 1.15 format, and the matrix output comes in 0..0xffff range, so
275 cmsColorSpaceSignature PCS = cmsGetPCS(hProfile);
292 if ( PCS == cmsSigLabData)
297 else if( PCS == cmsSigXYZData)
385 // Add a matrix for conversion V2 to V4 Lab PCS
402 // The tables are the PCS iluminant, scaled across GrayTRC
414 // given by Y on XYZ PCS and by L* on Lab PCS, Both across inverse TRC curve.
474 // XYZ PCS in encoded in 1.15 format, and the matrix input should come in 0..0xffff range, so
550 cmsColorSpaceSignature PCS = cmsGetPCS(hProfile);
555 // If PCS is Lab or XYZ, the floating point tag is accepting data in the space encoding,
557 if ( PCS == cmsSigLabData)
563 if (PCS == cmsSigXYZData)
637 // Add a matrix for conversion V4 to V2 Lab PCS
659 // The tables are the PCS iluminant, scaled across GrayTRC
675 cmsColorSpaceSignature PCS = cmsGetPCS(hProfile);
692 if (PCS == cmsSigLabData)
698 if (PCS == cmsSigXYZData)