Searched refs:GrayTRC (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsio1.c188 cmsToneCurve *GrayTRC; local
192 GrayTRC = (cmsToneCurve *) cmsReadTag(hProfile, cmsSigGrayTRCTag);
193 if (GrayTRC == NULL) return NULL;
213 LabCurves[0] = GrayTRC;
224 cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 1, &GrayTRC));
412 // The tables are the PCS iluminant, scaled across GrayTRC
423 // XYZ -> Gray or Lab -> Gray. Since we only know the GrayTRC, we need to do some assumptions. Gray component will be
430 cmsToneCurve *GrayTRC, *RevGrayTRC; local
434 GrayTRC = (cmsToneCurve *) cmsReadTag(hProfile, cmsSigGrayTRCTag);
435 if (GrayTRC
[all...]

Completed in 22 milliseconds