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

/external/pdfium/third_party/lcms/src/
H A Dcmsxform.c162 if (p -> OutputColorant)
163 cmsFreeNamedColorList(p ->OutputColorant);
1105 xform ->OutputColorant = cmsDupNamedColorList((cmsNAMEDCOLORLIST*) cmsReadTag(hProfiles[nProfiles-1], cmsSigColorantTableOutTag));
1112 xform -> OutputColorant = cmsDupNamedColorList((cmsNAMEDCOLORLIST*) cmsReadTag(hProfiles[nProfiles-1], cmsSigColorantTableTag));
H A Dcmsvirt.c1181 if (xform -> OutputColorant != NULL) {
1182 if (!cmsWriteTag(hProfile, cmsSigColorantTableOutTag, xform->OutputColorant)) goto Error;
H A Dlcms2_internal.h990 cmsNAMEDCOLORLIST* OutputColorant; // Colorant table (for n chans > CMYK) member in struct:_cmstransform_struct

Completed in 500 milliseconds