Lines Matching refs:exception
51 #include "MagickCore/exception-private.h"
74 *exception;
120 clone_view->exception=AcquireExceptionInfo();
121 InheritException(clone_view->exception,image_view->exception);
157 image_view->exception=DestroyExceptionInfo(image_view->exception);
244 destination->exception);
272 source->extent.width,1,source->exception);
279 duplex->extent.width,1,duplex->exception);
287 destination->exception);
295 sync=SyncCacheViewAuthenticPixels(destination->view,destination->exception);
415 *severity=image_view->exception->severity;
421 if (image_view->exception->reason != (char *) NULL)
423 image_view->exception->severity,image_view->exception->reason),
425 if (image_view->exception->description != (char *) NULL)
429 image_view->exception->severity,image_view->exception->description),
583 source->extent.width,1,source->exception);
722 % ImageView *NewImageView(MagickCore *wand,ExceptionInfo *exception)
728 % o exception: return any errors or warnings in this structure.
731 MagickExport ImageView *NewImageView(Image *image,ExceptionInfo *exception)
744 image_view->view=AcquireVirtualCacheView(image_view->image,exception);
749 image_view->exception=AcquireExceptionInfo();
774 % ExceptionInfo *exception)
783 % o exception: return any errors or warnings in this structure.
788 ExceptionInfo *exception)
800 image_view->view=AcquireVirtualCacheView(image_view->image,exception);
806 image_view->exception=AcquireExceptionInfo();
917 destination->exception);
941 y,destination->extent.width,1,destination->exception);
949 sync=SyncCacheViewAuthenticPixels(destination->view,destination->exception);
1046 destination->exception);
1073 source->extent.width,1,source->exception);
1081 destination->exception);
1089 sync=SyncCacheViewAuthenticPixels(destination->view,destination->exception);
1178 status=SetImageStorageClass(source_image,DirectClass,source->exception);
1199 source->extent.width,1,source->exception);
1207 status=SyncCacheViewAuthenticPixels(source->view,source->exception);