Searched defs:Codes (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmscnvrt.c1035 // Get information about available intents. nMax is the maximum space for the supplied "Codes"
1038 cmsUInt32Number CMSEXPORT cmsGetSupportedIntents(cmsUInt32Number nMax, cmsUInt32Number* Codes, char** Descriptions) argument
1046 if (Codes != NULL)
1047 Codes[nIntents] = pt ->Intent;

Completed in 366 milliseconds