Searched refs:MAX_TYPES_IN_LCMS_PLUGIN (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dlcms2_plugin.h245 #define MAX_TYPES_IN_LCMS_PLUGIN 20 macro
348 cmsUInt32Number FunctionTypes[MAX_TYPES_IN_LCMS_PLUGIN]; // The identification types
349 cmsUInt32Number ParameterCount[MAX_TYPES_IN_LCMS_PLUGIN]; // Number of parameters for each function
447 cmsUInt32Number nSupportedTypes; // In how many types this tag can come (MAX_TYPES_IN_LCMS_PLUGIN maximum)
448 cmsTagTypeSignature SupportedTypes[MAX_TYPES_IN_LCMS_PLUGIN];
H A Dcmsgamma.c61 // each plug-in may define up to MAX_TYPES_IN_LCMS_PLUGIN functions types. For defining a function,
77 int FunctionTypes[MAX_TYPES_IN_LCMS_PLUGIN]; // The identification types
78 int ParameterCount[MAX_TYPES_IN_LCMS_PLUGIN]; // Number of parameters for each function
121 if (fl ->nFunctions > MAX_TYPES_IN_LCMS_PLUGIN)
122 fl ->nFunctions = MAX_TYPES_IN_LCMS_PLUGIN;
H A Dcmsio0.c1364 if (nMaxTypes >= MAX_TYPES_IN_LCMS_PLUGIN)
1365 nMaxTypes = MAX_TYPES_IN_LCMS_PLUGIN;

Completed in 39 milliseconds