HomeSort by relevance Sort by last modified time
    Searched refs:MAX_TYPES_IN_LCMS_PLUGIN (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2_plugin.h 217 #define MAX_TYPES_IN_LCMS_PLUGIN 20
329 cmsUInt32Number FunctionTypes[MAX_TYPES_IN_LCMS_PLUGIN]; // The identification types
330 cmsUInt32Number ParameterCount[MAX_TYPES_IN_LCMS_PLUGIN]; // Number of parameters for each function
428 cmsUInt32Number nSupportedTypes; // In how many types this tag can come (MAX_TYPES_IN_LCMS_PLUGIN maximum)
429 cmsTagTypeSignature SupportedTypes[MAX_TYPES_IN_LCMS_PLUGIN];
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsgamma.c 33 // each plug-in may define up to MAX_TYPES_IN_LCMS_PLUGIN functions types. For defining a function,
49 int FunctionTypes[MAX_TYPES_IN_LCMS_PLUGIN]; // The identification types
50 int ParameterCount[MAX_TYPES_IN_LCMS_PLUGIN]; // Number of parameters for each function
147 if (fl ->nFunctions > MAX_TYPES_IN_LCMS_PLUGIN)
148 fl ->nFunctions = MAX_TYPES_IN_LCMS_PLUGIN;
    [all...]
cmsio0.c     [all...]

Completed in 1935 milliseconds