Searched refs:ThresholdMap (Results 1 – 2 of 2) sorted by relevance
34 ThresholdMap; typedef40 extern MagickExport ThresholdMap41 *DestroyThresholdMap(ThresholdMap *),
146 static ThresholdMap1421 MagickExport ThresholdMap *DestroyThresholdMap(ThresholdMap *map) in DestroyThresholdMap()1423 assert(map != (ThresholdMap *) NULL); in DestroyThresholdMap()1430 map=(ThresholdMap *) RelinquishMagickMemory(map); in DestroyThresholdMap()1460 MagickExport ThresholdMap *GetThresholdMap(const char *map_id, in GetThresholdMap()1463 ThresholdMap in GetThresholdMap()1467 if (map != (ThresholdMap *) NULL) in GetThresholdMap()1483 if (map != (ThresholdMap *) NULL) in GetThresholdMap()1523 static ThresholdMap *GetThresholdMapFile(const char *xml,const char *filename, in GetThresholdMapFile()1539 ThresholdMap in GetThresholdMapFile()[all …]