Lines Matching refs:ThresholdMap
146 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()
1550 map=(ThresholdMap *) NULL; in GetThresholdMapFile()
1586 map=(ThresholdMap *) AcquireCriticalMemory(sizeof(*map)); in GetThresholdMapFile()
1919 ThresholdMap in OrderedDitherImage()
1945 if (map == (ThresholdMap *) NULL) in OrderedDitherImage()