Searched refs:ThresholdMap (Results 1 – 2 of 2) sorted by relevance
26 ThresholdMap; typedef32 extern MagickExport ThresholdMap33 *DestroyThresholdMap(ThresholdMap *),
139 static ThresholdMap815 MagickExport ThresholdMap *DestroyThresholdMap(ThresholdMap *map) in DestroyThresholdMap()817 assert(map != (ThresholdMap *) NULL); in DestroyThresholdMap()824 map=(ThresholdMap *) RelinquishMagickMemory(map); in DestroyThresholdMap()854 MagickExport ThresholdMap *GetThresholdMap(const char *map_id, in GetThresholdMap()857 ThresholdMap in GetThresholdMap()861 if (map != (ThresholdMap *) NULL) in GetThresholdMap()877 if (map != (ThresholdMap *) NULL) in GetThresholdMap()917 static ThresholdMap *GetThresholdMapFile(const char *xml,const char *filename, in GetThresholdMapFile()933 ThresholdMap in GetThresholdMapFile()[all …]