Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmscnvrt.c1096 cmsUInt32Number nIntents; in cmsGetSupportedIntentsTHR() local
1099 for (nIntents=0, pt = ctx->Intents; pt != NULL; pt = pt -> Next) in cmsGetSupportedIntentsTHR()
1101 if (nIntents < nMax) { in cmsGetSupportedIntentsTHR()
1103 Codes[nIntents] = pt ->Intent; in cmsGetSupportedIntentsTHR()
1106 Descriptions[nIntents] = pt ->Description; in cmsGetSupportedIntentsTHR()
1109 nIntents++; in cmsGetSupportedIntentsTHR()
1112 for (nIntents=0, pt = DefaultIntents; pt != NULL; pt = pt -> Next) in cmsGetSupportedIntentsTHR()
1114 if (nIntents < nMax) { in cmsGetSupportedIntentsTHR()
1116 Codes[nIntents] = pt ->Intent; in cmsGetSupportedIntentsTHR()
1119 Descriptions[nIntents] = pt ->Description; in cmsGetSupportedIntentsTHR()
[all …]