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

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsgamma.c76 int nFunctions; // Number of supported functions in this chunk member in struct:_cmsParametricCurvesCollection_st
118 fl ->nFunctions = Plugin ->nFunctions;
121 if (fl ->nFunctions > MAX_TYPES_IN_LCMS_PLUGIN)
122 fl ->nFunctions = MAX_TYPES_IN_LCMS_PLUGIN;
125 memmove(fl->FunctionTypes, Plugin ->FunctionTypes, fl->nFunctions * sizeof(cmsUInt32Number));
126 memmove(fl->ParameterCount, Plugin ->ParameterCount, fl->nFunctions * sizeof(cmsUInt32Number));
143 for (i=0; i < c ->nFunctions; i++)
H A Dlcms2_plugin.h347 cmsUInt32Number nFunctions; // Number of supported functions member in struct:__anon895

Completed in 36 milliseconds