Searched defs:TransferFunction (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsvirt.c133 cmsToneCurve* const TransferFunction[3])
209 if (TransferFunction) {
211 if (!cmsWriteTag(hICC, cmsSigRedTRCTag, (void*) TransferFunction[0])) goto Error;
212 if (!cmsWriteTag(hICC, cmsSigGreenTRCTag, (void*) TransferFunction[1])) goto Error;
213 if (!cmsWriteTag(hICC, cmsSigBlueTRCTag, (void*) TransferFunction[2])) goto Error;
231 cmsToneCurve* const TransferFunction[3])
233 return cmsCreateRGBProfileTHR(NULL, WhitePoint, Primaries, TransferFunction);
241 const cmsToneCurve* TransferFunction)
277 if (TransferFunction) {
279 if (!cmsWriteTag(hICC, cmsSigGrayTRCTag, (void*) TransferFunction)) got
130 cmsCreateRGBProfileTHR(cmsContext ContextID, const cmsCIExyY* WhitePoint, const cmsCIExyYTRIPLE* Primaries, cmsToneCurve* const TransferFunction[3]) argument
229 cmsCreateRGBProfile(const cmsCIExyY* WhitePoint, const cmsCIExyYTRIPLE* Primaries, cmsToneCurve* const TransferFunction[3]) argument
239 cmsCreateGrayProfileTHR(cmsContext ContextID, const cmsCIExyY* WhitePoint, const cmsToneCurve* TransferFunction) argument
292 cmsCreateGrayProfile(const cmsCIExyY* WhitePoint, const cmsToneCurve* TransferFunction) argument
[all...]

Completed in 31 milliseconds