Lines Matching refs:exception
52 #include "MagickCore/exception.h"
53 #include "MagickCore/exception-private.h"
100 *exception;
150 % ExceptionInfo *exception)
156 % o exception: return any errors or warnings in this structure.
160 ExceptionInfo *exception)
175 stream_info->stream=AcquireImage(image_info,exception);
356 % ExceptionInfo *exception)
365 % o exception: return any errors or warnings in this structure.
370 ExceptionInfo *exception)
379 pixels=QueueAuthenticPixelsStream(image,x,y,columns,rows,exception);
440 % ExceptionInfo *exception)
450 % o exception: return any errors or warnings in this structure.
454 const ssize_t x,const ssize_t y,Quantum *pixel,ExceptionInfo *exception)
465 p=GetAuthenticPixelsStream(image,x,y,1,1,exception);
502 % const ssize_t y,Quantum *pixel,ExceptionInfo *exception)
514 % o exception: return any errors or warnings in this structure.
519 Quantum *pixel,ExceptionInfo *exception)
530 p=GetVirtualPixelStream(image,virtual_pixel_method,x,y,1,1,exception);
680 % ExceptionInfo *exception)
691 % o exception: return any errors or warnings in this structure.
696 ExceptionInfo *exception)
711 (void) ThrowMagickException(exception,GetMagickModule(),
722 ExceptionInfo *exception)
750 (void) ThrowMagickException(exception,GetMagickModule(),StreamError,
768 status=AcquireStreamPixels(cache_info,exception);
780 status=AcquireStreamPixels(cache_info,exception);
811 % StreamInfo *stream_info,const char *filename,ExceptionInfo *exception)
821 % o exception: return any errors or warnings in this structure.
825 StreamInfo *stream_info,const char *filename,ExceptionInfo *exception)
831 status=OpenBlob(image_info,stream_info->stream,WriteBinaryBlobMode,exception);
857 % ExceptionInfo *exception)
869 ExceptionInfo *exception)
895 (void) ThrowMagickException(exception,GetMagickModule(),StreamError,
902 (void) ThrowMagickException(exception,GetMagickModule(),StreamError,
934 status=AcquireStreamPixels(cache_info,exception);
946 status=AcquireStreamPixels(cache_info,exception);
978 % ExceptionInfo *exception)
986 % o exception: return any errors or warnings in this structure.
990 ExceptionInfo *exception)
1009 assert(exception != (ExceptionInfo *) NULL);
1010 assert(exception->signature == MagickCoreSignature);
1030 image=ReadImage(read_info,exception);
1155 % StreamInfo *stream_info,ExceptionInfo *exception)
1163 % o exception: return any errors or warnings in this structure.
1222 (void) SetImageInfo(write_info,1,stream_info->exception);
1235 (void) StreamImagePixels(stream_info,image,stream_info->exception);
1249 (void) StreamImagePixels(stream_info,image,stream_info->exception);
1262 StreamInfo *stream_info,ExceptionInfo *exception)
1277 assert(exception != (ExceptionInfo *) NULL);
1281 stream_info->exception=exception;
1283 image=ReadStream(read_info,&WriteStreamImage,exception);
1311 % const Image *image,ExceptionInfo *exception)
1319 % o exception: return any errors or warnings in this structure.
1323 const Image *image,ExceptionInfo *exception)
1351 (void) ThrowMagickException(exception,GetMagickModule(),
1378 (void) ThrowMagickException(exception,GetMagickModule(),ImageError,
1401 (void) ThrowMagickException(exception,GetMagickModule(),ImageError,
1412 (void) ThrowMagickException(exception,GetMagickModule(),ImageError,
1441 (void) ThrowMagickException(exception,GetMagickModule(),ImageError,
1448 (void) ThrowMagickException(exception,GetMagickModule(),OptionError,
2668 (void) ThrowMagickException(exception,GetMagickModule(),OptionError,
2695 % ExceptionInfo *exception)
2701 % o exception: return any errors or warnings in this structure.
2705 ExceptionInfo *exception)
2725 (void) ThrowMagickException(exception,GetMagickModule(),StreamError,
2751 % StreamHandler stream,ExceptionInfo *exception)
2759 % o exception: return any errors or warnings in this structure.
2763 Image *image,StreamHandler stream,ExceptionInfo *exception)
2781 status=WriteImage(write_info,image,exception);