Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dthreshold.h26 ThresholdMap; typedef
32 extern MagickExport ThresholdMap
33 *DestroyThresholdMap(ThresholdMap *),
Dthreshold.c139 static ThresholdMap
815 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 …]