Home
last modified time | relevance | path

Searched refs:nIntents (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmscnvrt.c1077 cmsUInt32Number nIntents; in cmsGetSupportedIntentsTHR() local
1080 for (nIntents=0, pt = ctx->Intents; pt != NULL; pt = pt -> Next) in cmsGetSupportedIntentsTHR()
1082 if (nIntents < nMax) { in cmsGetSupportedIntentsTHR()
1084 Codes[nIntents] = pt ->Intent; in cmsGetSupportedIntentsTHR()
1087 Descriptions[nIntents] = pt ->Description; in cmsGetSupportedIntentsTHR()
1090 nIntents++; in cmsGetSupportedIntentsTHR()
1093 for (nIntents=0, pt = DefaultIntents; pt != NULL; pt = pt -> Next) in cmsGetSupportedIntentsTHR()
1095 if (nIntents < nMax) { in cmsGetSupportedIntentsTHR()
1097 Codes[nIntents] = pt ->Intent; in cmsGetSupportedIntentsTHR()
1100 Descriptions[nIntents] = pt ->Description; in cmsGetSupportedIntentsTHR()
[all …]