Searched refs:nMaxTypes (Results 1 – 1 of 1) sorted by relevance
1441 cmsUInt32Number i, nMaxTypes; in IsTypeSupported() local1443 nMaxTypes = TagDescriptor->nSupportedTypes; in IsTypeSupported()1444 if (nMaxTypes >= MAX_TYPES_IN_LCMS_PLUGIN) in IsTypeSupported()1445 nMaxTypes = MAX_TYPES_IN_LCMS_PLUGIN; in IsTypeSupported()1447 for (i=0; i < nMaxTypes; i++) { in IsTypeSupported()