Lines Matching refs:exception
48 #include "MagickCore/exception.h"
49 #include "MagickCore/exception-private.h"
85 % ExceptionInfo *exception)
91 % o exception: return any errors or warnings in this structure.
95 ExceptionInfo *exception)
118 assert(exception != (ExceptionInfo *) NULL);
119 assert(exception->signature == MagickCoreSignature);
120 image=AcquireImage(image_info,exception);
130 status=SetImageExtent(image,image->columns,image->rows,exception);
145 q=QueueAuthenticPixels(image,0,y,image->columns,(size_t) level,exception);
164 if (SyncAuthenticPixels(image,exception) == MagickFalse)