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

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsps2.c905 // The DeviceLink is next dumped as working CSA.
942 cmsPipeline* DeviceLink; local
945 DeviceLink = cmsPipelineDup(v ->Lut);
946 if (DeviceLink == NULL) return 0;
949 _cmsOptimizePipeline(&DeviceLink, Intent, &InputFormat, &OutFrm, &dwFlags);
951 rc = EmitCIEBasedDEF(m, DeviceLink, Intent, &BlackPointAdaptedToD50);
952 cmsPipelineFree(DeviceLink);
1317 cmsPipeline* DeviceLink; local
1359 DeviceLink = cmsPipelineDup(v ->Lut);
1360 if (DeviceLink
[all...]

Completed in 27 milliseconds