Home | History | Annotate | Download | only in src

Lines Matching refs:PCS

1742 // 8 bit lut may be scaled easely to v4 PCS, but we need also to properly adjust
1743 // PCS on BToAxx tags and AtoB if abstract. We need to fix input direction.
2988 cmsUInt16Number PCS[3];
3004 if (!_cmsReadUInt16Array(io, 3, PCS)) goto Error;
3006 if (!cmsAppendNamedColor(List, Name, PCS, NULL)) goto Error;
3037 cmsUInt16Number PCS[3];
3039 if (!cmsNamedColorInfo(NamedColorList, i, root, NULL, NULL, PCS, NULL)) return 0;
3043 if (!_cmsWriteUInt16Array(io, 3, PCS)) return FALSE;
3079 //coordinates for 7-bit ASCII color names. For each named color, a PCS and optional
3084 //The PCS representation corresponds to the header's PCS field. The PCS representation
3124 cmsUInt16Number PCS[3];
3132 if (!_cmsReadUInt16Array(io, 3, PCS)) goto Error;
3135 if (!cmsAppendNamedColor(v, Root, PCS, Colorant)) goto Error;
3174 cmsUInt16Number PCS[3];
3178 if (!cmsNamedColorInfo(NamedColorList, i, Root, NULL, NULL, PCS, Colorant)) return 0;
3181 if (!_cmsWriteUInt16Array(io, 3, PCS)) return FALSE;