Home | History | Annotate | Download | only in coders

Lines Matching refs:exception

50 #include "MagickCore/exception.h"
51 #include "MagickCore/exception-private.h"
100 % ExceptionInfo *exception)
106 % o exception: return any errors or warnings in this structure.
110 ExceptionInfo *exception)
155 assert(exception != (ExceptionInfo *) NULL);
156 assert(exception->signature == MagickCoreSignature);
157 image=AcquireImage(image_info,exception);
158 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
196 AcquireNextImage(image_info,image,exception);
220 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
231 if (SyncAuthenticPixels(image,exception) == MagickFalse)
383 Image *image, ExceptionInfo *exception)
434 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
477 p=GetVirtualPixels(image,0,y,image->columns,1,exception);