Lines Matching refs:ThresholdMap
139 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()
944 map=(ThresholdMap *) NULL; in GetThresholdMapFile()
980 map=(ThresholdMap *) AcquireMagickMemory(sizeof(ThresholdMap)); in GetThresholdMapFile()
981 if (map == (ThresholdMap *) NULL) in GetThresholdMapFile()
1315 ThresholdMap in OrderedDitherImage()
1341 if (map == (ThresholdMap *) NULL) in OrderedDitherImage()