Searched refs:threshold_map (Results 1 – 2 of 2) sorted by relevance
1675 const char *threshold_map,ExceptionInfo *exception) in OrderedDitherImage() argument1712 if (threshold_map == (const char *) NULL) in OrderedDitherImage()1714 p=(char *) threshold_map; in OrderedDitherImage()1718 threshold_map=p; in OrderedDitherImage()1722 if ((p-threshold_map) >= (MagickPathExtent-1)) in OrderedDitherImage()1724 token[p-threshold_map]=(*p); in OrderedDitherImage()1727 token[p-threshold_map]='\0'; in OrderedDitherImage()1732 "InvalidArgument","%s : '%s'","ordered-dither",threshold_map); in OrderedDitherImage()1737 p=strchr((char *) threshold_map,','); in OrderedDitherImage()
7542 const char *threshold_map) in MagickOrderedDitherImage() argument7553 status=OrderedDitherImage(wand->images,threshold_map,wand->exception); in MagickOrderedDitherImage()