Home | History | Annotate | Download | only in coders

Lines Matching refs:exception

48 #include "MagickCore/exception.h"
49 #include "MagickCore/exception-private.h"
83 % Image *ReadRLAImage(const ImageInfo *image_info,ExceptionInfo *exception)
89 % o exception: return any errors or warnings in this structure.
92 static Image *ReadRLAImage(const ImageInfo *image_info,ExceptionInfo *exception)
200 assert(exception != (ExceptionInfo *) NULL);
201 assert(exception->signature == MagickCoreSignature);
202 image=AcquireImage(image_info,exception);
203 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
270 status=SetImageExtent(image,image->columns,image->rows,exception);
278 (void) SetImageProperty(image,"comment",rla_info.description,exception);
310 (ssize_t) (y % image->rows),1,1,exception);
339 if (SyncAuthenticPixels(image,exception) == MagickFalse)
352 (ssize_t) (y % image->rows),1,1,exception);
379 if (SyncAuthenticPixels(image,exception) == MagickFalse)
393 ThrowFileException(exception,CorruptImageError,"UnexpectedEndOfFile",