Home | History | Annotate | Download | only in MagickWand

Lines Matching refs:exception

141   ExceptionInfo *exception)
164 image=ReadImage(read_info,exception);
167 (void) SetImageRegistry(ImageRegistryType,key,image,exception);
182 const SparseColorMethod method,const char *arguments,ExceptionInfo *exception)
213 assert(exception != (ExceptionInfo *) NULL);
214 assert(exception->signature == MagickCoreSignature);
250 (void) ThrowMagickException(exception,GetMagickModule(),OptionError,
262 (void) ThrowMagickException(exception,GetMagickModule(),ResourceLimitError,
275 (void) ThrowMagickException(exception,GetMagickModule(),
286 (void) ThrowMagickException(exception,GetMagickModule(),
299 exception);
368 (void) ThrowMagickException(exception,GetMagickModule(),OptionError,
374 exception);
429 #define _exception (cli_wand->wand.exception)
1620 % const char *arg1, const char *arg2,ExceptionInfo *exception)
1651 ExceptionInfo *exception)
1674 #define _exception (cli_wand->wand.exception)
2050 kernel=AcquireKernelInfo(arg1,exception);
2138 kernel_info=AcquireKernelInfo(arg1,exception);
2463 (void) CLISimpleOperatorImage(cli_wand,"-gaussian-blur",arg1,NULL,exception);
2721 geometry_info.sigma,exception);
2736 (void) CLISimpleOperatorImage(cli_wand,"-remap",NULL,NULL,exception);
2743 exception);
2771 (void) CLISimpleOperatorImage(cli_wand,"-statistic","Median",arg1,exception);
2778 (void) CLISimpleOperatorImage(cli_wand,"-statistic","Mode",arg1,exception);
2825 kernel=AcquireKernelInfo(arg2,exception);
2864 (void) CLISimpleOperatorImage(cli_wand,"-statistic","NonPeak",arg1,exception);
3098 (void) CLISimpleOperatorImage(cli_wand,"-color-matrix",arg1,NULL,exception);
3609 const char *option,const char *arg1,const char *arg2,ExceptionInfo *exception)
3633 CLISimpleOperatorImage(cli_wand, option, arg1, arg2,exception);
3643 (void) CLISimpleOperatorImage(cli_wand, option, arg1, arg2,exception);
3699 #define _exception (cli_wand->wand.exception)
3783 /* FUTURE - produce Exception, rather than silent fail */
3825 /* FUTURE - produce Exception, rather than silent fail */
3891 break; /* FUTURE - produce Exception, rather than silent fail */
4098 /* FUTURE - produce Exception, rather than silent fail */
4613 #define _exception (cli_wand->wand.exception)
5199 cli_wand->wand.exception);
5222 ExceptionInfo *exception=AcquireExceptionInfo();
5223 (void) CLISimpleOperatorImages(cli_wand, option, arg1, arg2,exception);
5224 exception=DestroyExceptionInfo(exception);