Lines Matching refs:map_id
104 *map_id, member
1208 if (map->map_id != (char *) NULL) in DestroyThresholdMap()
1209 map->map_id=DestroyString(map->map_id); in DestroyThresholdMap()
1244 MagickExport ThresholdMap *GetThresholdMap(const char *map_id, in GetThresholdMap() argument
1250 map=GetThresholdMapFile(MinimalThresholdMap,"built-in",map_id,exception); in GetThresholdMap()
1266 GetStringInfoPath(option),map_id,exception); in GetThresholdMap()
1308 const char *map_id,ExceptionInfo *exception) in GetThresholdMapFile() argument
1343 if ((attribute != (char *) NULL) && (LocaleCompare(map_id,attribute) == 0)) in GetThresholdMapFile()
1346 if ((attribute != (char *) NULL) && (LocaleCompare(map_id,attribute) == 0)) in GetThresholdMapFile()
1358 "XmlMissingElement", "<description>, map \"%s\"",map_id); in GetThresholdMapFile()
1366 "XmlMissingElement", "<levels>, map \"%s\"", map_id); in GetThresholdMapFile()
1371 map->map_id=(char *) NULL; in GetThresholdMapFile()
1376 map->map_id=ConstantString(attribute); in GetThresholdMapFile()
1384 "XmlMissingAttribute", "<levels width>, map \"%s\"",map_id); in GetThresholdMapFile()
1393 "XmlInvalidAttribute", "<levels width>, map \"%s\"",map_id); in GetThresholdMapFile()
1402 "XmlMissingAttribute", "<levels height>, map \"%s\"",map_id); in GetThresholdMapFile()
1411 "XmlInvalidAttribute", "<levels height>, map \"%s\"",map_id); in GetThresholdMapFile()
1420 "XmlMissingAttribute", "<levels divisor>, map \"%s\"",map_id); in GetThresholdMapFile()
1429 "XmlInvalidAttribute", "<levels divisor>, map \"%s\"",map_id); in GetThresholdMapFile()
1438 "XmlMissingContent", "<levels>, map \"%s\"",map_id); in GetThresholdMapFile()
1453 "XmlInvalidContent", "<level> too few values, map \"%s\"",map_id); in GetThresholdMapFile()
1462 (double) map->levels[i],map_id); in GetThresholdMapFile()
1474 "XmlInvalidContent", "<level> too many values, map \"%s\"",map_id); in GetThresholdMapFile()