Home | History | Annotate | Download | only in src

Lines Matching refs:nMax

1070 // Get information about available intents. nMax is the maximum space for the supplied "Codes"
1072 // than nMax, although the matrices are not populated beyond this level.
1073 cmsUInt32Number CMSEXPORT cmsGetSupportedIntentsTHR(cmsContext ContextID, cmsUInt32Number nMax, cmsUInt32Number* Codes, char** Descriptions)
1082 if (nIntents < nMax) {
1095 if (nIntents < nMax) {
1108 cmsUInt32Number CMSEXPORT cmsGetSupportedIntents(cmsUInt32Number nMax, cmsUInt32Number* Codes, char** Descriptions)
1110 return cmsGetSupportedIntentsTHR(NULL, nMax, Codes, Descriptions);