Searched refs:nFunctions (Results 1 - 2 of 2) sorted by path

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
H A Dlcms2_plugin.h328 cmsUInt32Number nFunctions; // Number of supported functions member in struct:__anon28651
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsgamma.c48 int nFunctions; // Number of supported functions in this chunk member in struct:_cmsParametricCurvesCollection_st
144 fl ->nFunctions = Plugin ->nFunctions;
147 if (fl ->nFunctions > MAX_TYPES_IN_LCMS_PLUGIN)
148 fl ->nFunctions = MAX_TYPES_IN_LCMS_PLUGIN;
151 memmove(fl->FunctionTypes, Plugin ->FunctionTypes, fl->nFunctions * sizeof(cmsUInt32Number));
152 memmove(fl->ParameterCount, Plugin ->ParameterCount, fl->nFunctions * sizeof(cmsUInt32Number));
169 for (i=0; i < c ->nFunctions; i++)

Completed in 254 milliseconds