Searched refs:nIntents (Results 1 – 1 of 1) sorted by relevance
1096 cmsUInt32Number nIntents; in cmsGetSupportedIntentsTHR() local1099 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 …]