Home | History | Annotate | Download | only in coders

Lines Matching refs:exception

48 #include "MagickCore/exception.h"
49 #include "MagickCore/exception-private.h"
88 % Image *ReadDPSImage(const ImageInfo *image_info,ExceptionInfo *exception)
94 % o exception: return any errors or warnings in this structure.
97 static Image *ReadDPSImage(const ImageInfo *image_info,ExceptionInfo *exception)
164 assert(exception != (ExceptionInfo *) NULL);
165 assert(exception->signature == MagickCoreSignature);
170 Set our forgiving exception handler.
176 image=AcquireImage(image_info,exception);
177 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
322 status=SetImageExtent(image,image->columns,image->rows,exception);
373 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
387 if (SyncAuthenticPixels(image,exception) == MagickFalse)
395 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
412 if (SyncAuthenticPixels(image,exception) == MagickFalse)
424 if (AcquireImageColormap(image,(size_t) visual_info->colormap_size,exception) == MagickFalse)
446 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
454 if (SyncAuthenticPixels(image,exception) == MagickFalse)
465 (void) SyncImage(image,exception);
493 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
503 if (SyncAuthenticPixels(image,exception) == MagickFalse)