Home | History | Annotate | Download | only in src

Lines Matching full:descriptions

1071 // and "Descriptions" the function returns the total number of intents, which may be greater
1073 cmsUInt32Number CMSEXPORT cmsGetSupportedIntentsTHR(cmsContext ContextID, cmsUInt32Number nMax, cmsUInt32Number* Codes, char** Descriptions)
1086 if (Descriptions != NULL)
1087 Descriptions[nIntents] = pt ->Description;
1099 if (Descriptions != NULL)
1100 Descriptions[nIntents] = pt ->Description;
1108 cmsUInt32Number CMSEXPORT cmsGetSupportedIntents(cmsUInt32Number nMax, cmsUInt32Number* Codes, char** Descriptions)
1110 return cmsGetSupportedIntentsTHR(NULL, nMax, Codes, Descriptions);