Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:ExceptionInfo

38     ExceptionInfo *);
42 *GetThresholdMap(const char *,ExceptionInfo *);
45 AutoThresholdImage(Image *,const AutoThresholdMethod,ExceptionInfo *),
46 BilevelImage(Image *,const double,ExceptionInfo *),
47 BlackThresholdImage(Image *,const char *,ExceptionInfo *),
48 ClampImage(Image *,ExceptionInfo *),
49 ListThresholdMaps(FILE *,ExceptionInfo *),
50 OrderedDitherImage(Image *,const char *,ExceptionInfo *),
51 PerceptibleImage(Image *,const double,ExceptionInfo *),
52 RandomThresholdImage(Image *,const double,const double,ExceptionInfo *),
54 const double,ExceptionInfo *),
55 WhiteThresholdImage(Image *,const char *,ExceptionInfo *);