Home | History | Annotate | Download | only in coders

Lines Matching refs:exception

56 #include "MagickCore/exception.h"
57 #include "MagickCore/exception-private.h"
133 *exception;
250 % Image *ReadSVGImage(const ImageInfo *image_info,ExceptionInfo *exception)
256 % o exception: return any errors or warnings in this structure.
430 (void) ThrowMagickException(svg_info->exception,GetMagickModule(),
449 (void) ThrowMagickException(svg_info->exception,GetMagickModule(),
824 (void) ThrowMagickException(svg_info->exception,GetMagickModule(),
1143 &metrics,svg_info->exception);
2486 svg_info->exception);
2646 (void) ThrowMagickException(svg_info->exception,GetMagickModule(),
2678 (void) ThrowMagickException(svg_info->exception,GetMagickModule(),CoderError,
2788 static Image *ReadSVGImage(const ImageInfo *image_info,ExceptionInfo *exception)
2823 assert(exception != (ExceptionInfo *) NULL);
2827 assert(exception->signature == MagickCoreSignature);
2828 image=AcquireImage(image_info,exception);
2829 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
2854 delegate_info=GetDelegateInfo("svg:decode",(char *) NULL,exception);
2893 command,(char *) NULL,exception);
2908 svg_image=ReadImage(read_info,exception);
3015 rsvg_handle_get_base_uri(svg_handle),exception);
3016 status=SetImageExtent(image,image->columns,image->rows,exception);
3046 (void) SetImageBackgroundColor(image,exception);
3075 q=GetAuthenticPixels(image,0,y,image->columns,1,exception);
3106 if (SyncAuthenticPixels(image,exception) == MagickFalse)
3138 ThrowFileException(exception,FileOpenError,"UnableToCreateTemporaryFile",
3153 svg_info->exception=exception;
3215 if (exception->severity >= ErrorException)
3236 image=ReadImage(read_info,exception);
3248 (void) SetImageProperty(image,"svg:title",svg_info->title,exception);
3251 exception);
3388 % Image *image,ExceptionInfo *exception)
3396 % o exception: return any errors or warnings in this structure.
3471 exception)
3508 (void) SetImageGray(image,exception);
3517 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
3585 clone_image=CloneImage(image,0,0,MagickTrue,exception);
3592 exception);
3625 ExceptionInfo *exception)
3687 assert(exception != (ExceptionInfo *) NULL);
3688 assert(exception->signature == MagickCoreSignature);
3689 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
3701 return(TraceSVGImage(image,exception));
4446 (void) ThrowMagickException(exception,GetMagickModule(),
4643 (void) ThrowMagickException(exception,GetMagickModule(),