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

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsxform.c112 if (p ->InputColorant)
113 cmsFreeNamedColorList(p ->InputColorant);
747 xform ->InputColorant = cmsDupNamedColorList((cmsNAMEDCOLORLIST*) cmsReadTag(hProfiles[0], cmsSigColorantTableTag));
H A Dlcms2_internal.h581 cmsNAMEDCOLORLIST* InputColorant; // Input Colorant table member in struct:_cmstransform_struct
H A Dcmsvirt.c1163 if (xform -> InputColorant != NULL) {
1164 if (!cmsWriteTag(hProfile, cmsSigColorantTableTag, xform->InputColorant)) goto Error;

Completed in 38 milliseconds