Home
last modified time | relevance | path

Searched refs:nFunctions (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/lcms/src/
Dcmsgamma.c47 …cmsUInt32Number nFunctions; // Number of supported functions i… member
144 fl ->nFunctions = Plugin ->nFunctions; in _cmsRegisterParametricCurvesPlugin()
147 if (fl ->nFunctions > MAX_TYPES_IN_LCMS_PLUGIN) in _cmsRegisterParametricCurvesPlugin()
148 fl ->nFunctions = MAX_TYPES_IN_LCMS_PLUGIN; in _cmsRegisterParametricCurvesPlugin()
151 memmove(fl->FunctionTypes, Plugin ->FunctionTypes, fl->nFunctions * sizeof(cmsUInt32Number)); in _cmsRegisterParametricCurvesPlugin()
152 memmove(fl->ParameterCount, Plugin ->ParameterCount, fl->nFunctions * sizeof(cmsUInt32Number)); in _cmsRegisterParametricCurvesPlugin()
169 for (i=0; i < (int) c ->nFunctions; i++) in IsInSet()
/external/pdfium/third_party/lcms/include/
Dlcms2_plugin.h328 cmsUInt32Number nFunctions; // Number of supported functions member