Searched refs:nMaxTypes (Results 1 – 1 of 1) sorted by relevance
1511 cmsUInt32Number i, nMaxTypes; in IsTypeSupported() local1513 nMaxTypes = TagDescriptor->nSupportedTypes; in IsTypeSupported()1514 if (nMaxTypes >= MAX_TYPES_IN_LCMS_PLUGIN) in IsTypeSupported()1515 nMaxTypes = MAX_TYPES_IN_LCMS_PLUGIN; in IsTypeSupported()1517 for (i=0; i < nMaxTypes; i++) { in IsTypeSupported()