Home | History | Annotate | Download | only in coders

Lines Matching refs:exception

50 #include "MagickCore/exception.h"
51 #include "MagickCore/exception-private.h"
136 % ExceptionInfo *exception)
142 % o exception: return any errors or warnings in this structure.
209 ExceptionInfo *exception)
251 assert(exception != (ExceptionInfo *) NULL);
252 assert(exception->signature == MagickCoreSignature);
253 image=AcquireImage(image_info,exception);
254 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
293 status=SetImageExtent(image,image->columns,image->rows,exception);
353 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
364 if (SyncAuthenticPixels(image,exception) == MagickFalse)
509 Image *image,ExceptionInfo *exception)
549 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
656 (void) TransformImageColorspace(image,sRGBColorspace,exception);
674 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
753 message="unknown exception";
757 (void) ThrowMagickException(exception,GetMagickModule(),CorruptImageError,