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

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsgmt.c324 cmsUInt32Number nGamutPCSposition,
343 if (nGamutPCSposition <= 0 || nGamutPCSposition > 255) {
344 cmsSignalError(ContextID, cmsERROR_RANGE, "Wrong position of PCS. 1..255 expected, %d found.", nGamutPCSposition);
366 for (i=0; i < nGamutPCSposition; i++) {
374 ProfileList[nGamutPCSposition] = hLab;
375 BPCList[nGamutPCSposition] = 0;
376 AdaptationList[nGamutPCSposition] = 1.0;
377 Intents[nGamutPCSposition] = INTENT_RELATIVE_COLORIMETRIC;
388 nGamutPCSposition
319 _cmsCreateGamutCheckPipeline(cmsContext ContextID, cmsHPROFILE hProfiles[], cmsBool BPC[], cmsUInt32Number Intents[], cmsFloat64Number AdaptationStates[], cmsUInt32Number nGamutPCSposition, cmsHPROFILE hGamut) argument
[all...]
H A Dcmsxform.c661 cmsUInt32Number nGamutPCSposition,
739 nGamutPCSposition,
655 cmsCreateExtendedTransform(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[], cmsBool BPC[], cmsUInt32Number Intents[], cmsFloat64Number AdaptationStates[], cmsHPROFILE hGamutProfile, cmsUInt32Number nGamutPCSposition, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat, cmsUInt32Number dwFlags) argument

Completed in 45 milliseconds