Home | History | Annotate | Download | only in coders

Lines Matching refs:exception

53 #include "MagickCore/exception.h"
54 #include "MagickCore/exception-private.h"
200 % Image *ReadPCXImage(const ImageInfo *image_info,ExceptionInfo *exception)
206 % o exception: return any errors or warnings in this structure.
209 static Image *ReadPCXImage(const ImageInfo *image_info,ExceptionInfo *exception)
274 assert(exception != (ExceptionInfo *) NULL);
275 assert(exception->signature == MagickCoreSignature);
276 image=AcquireImage(image_info,exception);
277 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
369 if (AcquireImageColormap(image,image->colors,exception) == MagickFalse)
389 status=SetImageExtent(image,image->columns,image->rows,exception);
501 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
636 if (SyncAuthenticPixels(image,exception) == MagickFalse)
647 (void) SyncImage(image,exception);
652 ThrowFileException(exception,CorruptImageError,"UnexpectedEndOfFile",
675 AcquireNextImage(image_info,image,exception);
783 % Image *image,ExceptionInfo *exception)
791 % o exception: return any errors or warnings in this structure.
853 ExceptionInfo *exception)
898 assert(exception != (ExceptionInfo *) NULL);
899 assert(exception->signature == MagickCoreSignature);
900 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
903 (void) TransformImageColorspace(image,sRGBColorspace,exception);
933 (SetImageMonochrome(image,exception) != MagickFalse))
1022 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
1082 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
1112 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
1182 (void) ThrowMagickException(exception,GetMagickModule(),FileOpenError,