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

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsgmt.c292 cmsUInt32Number nGamutPCSposition,
311 if (nGamutPCSposition <= 0 || nGamutPCSposition > 255) {
312 cmsSignalError(ContextID, cmsERROR_RANGE, "Wrong position of PCS. 1..255 expected, %d found.", nGamutPCSposition);
334 for (i=0; i < nGamutPCSposition; i++) {
342 ProfileList[nGamutPCSposition] = hLab;
343 BPCList[nGamutPCSposition] = 0;
344 AdaptationList[nGamutPCSposition] = 1.0;
345 IntentList[nGamutPCSposition] = INTENT_RELATIVE_COLORIMETRIC;
356 nGamutPCSposition
287 _cmsCreateGamutCheckPipeline(cmsContext ContextID, cmsHPROFILE hProfiles[], cmsBool BPC[], cmsUInt32Number Intents[], cmsFloat64Number AdaptationStates[], cmsUInt32Number nGamutPCSposition, cmsHPROFILE hGamut) argument
[all...]
H A Dcmsxform.c807 cmsUInt32Number nGamutPCSposition,
887 nGamutPCSposition,
801 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 170 milliseconds