Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:exception

54 #include "MagickCore/exception.h"
55 #include "MagickCore/exception-private.h"
271 % exception member of image to determine the reason for any failure.
276 % Image *images,ExceptionInfo *exception)
284 % o exception: return any errors or warnings in this structure.
288 Image *images,ExceptionInfo *exception)
314 (void) ThrowMagickException(exception,GetMagickModule(),XServerError,
318 if (exception->severity != UndefinedException)
319 CatchException(exception);
328 (void) XAnimateImages(display,&resource_info,argv,1,images,exception);
334 status=exception->severity == UndefinedException ? MagickTrue : MagickFalse;
357 % MagickStatusType *state,ExceptionInfo *exception)
374 % o exception: return any errors or warnings in this structure.
380 MagickStatusType *state,ExceptionInfo *exception)
462 next=ReadImage(read_info,exception);
463 CatchException(exception);
507 resource_info->title,exception);
551 status=XSaveImage(display,resource_info,windows,*image,exception);
558 exception->reason != (char *) NULL ? exception->reason : "",
559 exception->description != (char *) NULL ? exception->description :
593 exception);
643 (char *) NULL,exception);
705 % XResourceInfo *resource_info,Image *images,ExceptionInfo *exception)
716 % o exception: return any errors or warnings in this structure.
740 XResourceInfo *resource_info,Image *images,ExceptionInfo *exception)
871 coalesce_image=CoalesceImages(images,exception);
902 exception);
908 image_list=ImageListToArray(images,exception);
928 BlendPixelTrait ? TrueColorType : TrueColorAlphaType,exception);
936 BlendPixelTrait ? TrueColorType : TrueColorAlphaType,exception);
938 &pixel,exception);
976 window_info.width,window_info.height,exception);
1101 columns,rows,exception);
1193 % char **argv,const int argc,Image *images,ExceptionInfo *exception)
1208 % o exception: return any errors or warnings in this structure.
1213 ExceptionInfo *exception)
1430 (void) ThrowMagickException(exception,GetMagickModule(),FileOpenError,
1496 coalesce_image=CoalesceImages(images,exception);
1527 (Image *) NULL,exception);
1533 image_list=ImageListToArray(images,exception);
1553 BlendPixelTrait ? TrueColorType : TrueColorAlphaType,exception);
1571 map_info,pixel,exception);
1667 resource_info->title,exception);
1953 columns,rows,exception);
1977 image_list[scene],resource_info->title,exception);
2022 &state,exception);
2115 image,resource_info->title,exception);
2212 command_type,&image,&state,exception);
2368 nexus=ReadImage(resource_info->image_info,exception);
2369 CatchException(exception);
2580 command_type,&image,&state,exception);
2625 OpenCommand,&image,&state,exception);
2643 display_image,icon_map,icon_pixel,exception);
2646 exception);
2712 nexus=ReadImage(resource_info->image_info,exception);
2713 CatchException(exception);
2751 display_image,exception);
2860 (void) ThrowMagickException(exception,GetMagickModule(),FileOpenError,
2883 % ExceptionInfo *exception)
2903 ExceptionInfo *exception)
2934 (void) ThrowMagickException(exception,GetMagickModule(),FileOpenError,
2954 (void) SetImageInfo(image_info,1,exception);
3002 status=WriteImages(image_info,image,filename,exception);
3025 % exception member of image to determine the reason for any failure.
3038 % o exception: return any errors or warnings in this structure.
3042 Image *image,ExceptionInfo *exception)
3051 (void) ThrowMagickException(exception,GetMagickModule(),MissingDelegateError,