Home | History | Annotate | Download | only in source

Lines Matching defs:exception

10     *exception;
30 exception=AcquireExceptionInfo();
33 images=ReadImage(image_info,exception);
34 if (exception->severity != UndefinedException)
35 CatchException(exception);
44 resize_image=ResizeImage(image,106,80,LanczosFilter,1.0,exception);
46 MagickError(exception->severity,exception->reason,exception->description);
60 exception=DestroyExceptionInfo(exception);