Lines Matching refs:exception
48 #include "magick/exception.h"
49 #include "magick/exception-private.h"
124 % ExceptionInfo *exception)
130 % o exception: return any errors or warnings in this structure.
134 ExceptionInfo *exception)
173 assert(exception != (ExceptionInfo *) NULL);
174 assert(exception->signature == MagickSignature);
176 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
208 InheritException(exception,&image->exception);
221 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
231 if (SyncAuthenticPixels(image,exception) == MagickFalse)
240 ThrowFileException(exception,CorruptImageError,"UnexpectedEndOfFile",
405 status=OpenBlob(image_info,image,WriteBinaryBlobMode,&image->exception);
429 p=AcquireImagePixels(image,0,y,image->columns,1,&image->exception);