Searched refs:threshold_map (Results 1 – 2 of 2) sorted by relevance
1891 const char *threshold_map,ExceptionInfo *exception) in OrderedDitherImage() argument1928 if (threshold_map == (const char *) NULL) in OrderedDitherImage()1930 p=(char *) threshold_map; in OrderedDitherImage()1934 threshold_map=p; in OrderedDitherImage()1938 if ((p-threshold_map) >= (MagickPathExtent-1)) in OrderedDitherImage()1940 token[p-threshold_map]=(*p); in OrderedDitherImage()1943 token[p-threshold_map]='\0'; in OrderedDitherImage()1948 "InvalidArgument","%s : '%s'","ordered-dither",threshold_map); in OrderedDitherImage()1953 p=strchr((char *) threshold_map,','); in OrderedDitherImage()
8153 const char *threshold_map) in MagickOrderedDitherImage() argument8164 status=OrderedDitherImage(wand->images,threshold_map,wand->exception); in MagickOrderedDitherImage()