Home
last modified time | relevance | path

Searched refs:ThresholdMap (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
Dthreshold.h34 ThresholdMap; typedef
40 extern MagickExport ThresholdMap
41 *DestroyThresholdMap(ThresholdMap *),
Dthreshold.c141 static ThresholdMap
1205 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 …]