Searched refs:ThresholdMap (Results 1 – 2 of 2) sorted by relevance
34 ThresholdMap; typedef40 extern MagickExport ThresholdMap41 *DestroyThresholdMap(ThresholdMap *),
141 static ThresholdMap1205 MagickExport ThresholdMap *DestroyThresholdMap(ThresholdMap *map) in DestroyThresholdMap()1207 assert(map != (ThresholdMap *) NULL); in DestroyThresholdMap()1214 map=(ThresholdMap *) RelinquishMagickMemory(map); in DestroyThresholdMap()1244 MagickExport ThresholdMap *GetThresholdMap(const char *map_id, in GetThresholdMap()1247 ThresholdMap in GetThresholdMap()1251 if (map != (ThresholdMap *) NULL) in GetThresholdMap()1267 if (map != (ThresholdMap *) NULL) in GetThresholdMap()1307 static ThresholdMap *GetThresholdMapFile(const char *xml,const char *filename, in GetThresholdMapFile()1323 ThresholdMap in GetThresholdMapFile()[all …]