Searched refs:nFunctions (Results 1 – 2 of 2) sorted by relevance
47 … int nFunctions; // Number of supported functions in this chunk member143 fl ->nFunctions = Plugin ->nFunctions; in _cmsRegisterParametricCurvesPlugin()146 if (fl ->nFunctions > MAX_TYPES_IN_LCMS_PLUGIN) in _cmsRegisterParametricCurvesPlugin()147 fl ->nFunctions = MAX_TYPES_IN_LCMS_PLUGIN; in _cmsRegisterParametricCurvesPlugin()150 memmove(fl->FunctionTypes, Plugin ->FunctionTypes, fl->nFunctions * sizeof(cmsUInt32Number)); in _cmsRegisterParametricCurvesPlugin()151 memmove(fl->ParameterCount, Plugin ->ParameterCount, fl->nFunctions * sizeof(cmsUInt32Number)); in _cmsRegisterParametricCurvesPlugin()168 for (i=0; i < c ->nFunctions; i++) in IsInSet()
328 cmsUInt32Number nFunctions; // Number of supported functions member