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.c146 static ThresholdMap
1421 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 …]