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

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsps2.c872 // The DeviceLink is next dumped as working CSA.
909 cmsPipeline* DeviceLink; local
912 DeviceLink = cmsPipelineDup(v ->Lut);
913 if (DeviceLink == NULL) return 0;
916 _cmsOptimizePipeline(m->ContextID, &DeviceLink, Intent, &InputFormat, &OutFrm, &dwFlags);
918 rc = EmitCIEBasedDEF(m, DeviceLink, Intent, &BlackPointAdaptedToD50);
919 cmsPipelineFree(DeviceLink);
1285 cmsPipeline* DeviceLink; local
1327 DeviceLink = cmsPipelineDup(v ->Lut);
1328 if (DeviceLink
[all...]

Completed in 66 milliseconds