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

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsxform.c115 if (p -> OutputColorant)
116 cmsFreeNamedColorList(p ->OutputColorant);
757 xform ->OutputColorant = cmsDupNamedColorList((cmsNAMEDCOLORLIST*) cmsReadTag(hProfiles[nProfiles-1], cmsSigColorantTableOutTag));
764 xform -> OutputColorant = cmsDupNamedColorList((cmsNAMEDCOLORLIST*) cmsReadTag(hProfiles[nProfiles-1], cmsSigColorantTableTag));
H A Dlcms2_internal.h582 cmsNAMEDCOLORLIST* OutputColorant; // Colorant table (for n chans > CMYK) member in struct:_cmstransform_struct
H A Dcmsvirt.c1167 if (xform -> OutputColorant != NULL) {
1168 if (!cmsWriteTag(hProfile, cmsSigColorantTableOutTag, xform->OutputColorant)) goto Error;

Completed in 38 milliseconds