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