Lines Matching refs:exception
89 *exception;
143 wand_view->exception);
146 clone_view->exception=AcquireExceptionInfo();
147 InheritException(clone_view->exception,wand_view->exception);
204 wand_view->exception=DestroyExceptionInfo(wand_view->exception);
292 destination->exception);
323 source->extent.width,1,source->exception);
335 duplex->extent.width,1,duplex->exception);
349 destination->exception);
365 destination->exception);
372 sync=SyncCacheViewAuthenticPixels(destination->view,destination->exception);
430 *severity=wand_view->exception->severity;
437 if (wand_view->exception->reason != (char *) NULL)
439 wand_view->exception->severity,wand_view->exception->reason),
441 if (wand_view->exception->description != (char *) NULL)
445 wand_view->exception->severity,wand_view->exception->description),
572 source->extent.width,1,source->exception);
758 *exception;
775 exception=AcquireExceptionInfo();
776 wand_view->view=AcquireVirtualCacheView(wand_view->wand->images,exception);
780 wand_view->exception=exception;
821 *exception;
837 exception=AcquireExceptionInfo();
838 wand_view->view=AcquireVirtualCacheView(wand_view->wand->images,exception);
844 wand_view->exception=exception;
958 destination->exception);
985 y,destination->extent.width,1,destination->exception);
999 sync=SyncCacheViewAuthenticPixels(destination->view,destination->exception);
1096 destination->exception);
1126 source->extent.width,1,source->exception);
1139 destination->exception);
1155 destination->exception);
1162 sync=SyncCacheViewAuthenticPixels(destination->view,destination->exception);
1251 status=SetImageStorageClass(source_image,DirectClass,source->exception);
1278 source->extent.width,1,source->exception);
1296 sync=SyncCacheViewAuthenticPixels(source->view,source->exception);