Lines Matching refs:exception
54 #include "MagickCore/exception.h"
55 #include "MagickCore/exception-private.h"
150 % char *text,ExceptionInfo *exception)
160 % o exception: return any errors or warnings in this structure.
164 ExceptionInfo *exception)
202 assert(exception != (ExceptionInfo *) NULL);
203 assert(exception->signature == MagickCoreSignature);
204 image=AcquireImage(image_info,exception);
205 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
245 status=SetImageExtent(image,image->columns,image->rows,exception);
260 texture=ReadImage(read_info,exception);
266 (void) SetImageBackgroundColor(image,exception);
272 status=GetTypeMetrics(image,draw_info,&metrics,exception);
308 (void) TextureImage(image,texture,exception);
312 (void) AnnotateImage(image,draw_info,exception);
320 AcquireNextImage(image_info,image,exception);
330 (void) SetImageBackgroundColor(image,exception);
343 (void) TextureImage(image,texture,exception);
346 (void) AnnotateImage(image,draw_info,exception);
372 % Image *ReadTXTImage(const ImageInfo *image_info,ExceptionInfo *exception)
378 % o exception: return any errors or warnings in this structure.
381 static Image *ReadTXTImage(const ImageInfo *image_info,ExceptionInfo *exception)
429 assert(exception != (ExceptionInfo *) NULL);
430 assert(exception->signature == MagickCoreSignature);
431 image=AcquireImage(image_info,exception);
432 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
456 status=SetImageExtent(image,image->columns,image->rows,exception);
470 (void) SetImageBackgroundColor(image,exception);
471 (void) SetImageColorspace(image,(ColorspaceType) type,exception);
563 exception);
567 if (SyncAuthenticPixels(image,exception) == MagickFalse)
577 AcquireNextImage(image_info,image,exception);
686 % Image *image,ExceptionInfo *exception)
694 % o exception: return any errors or warnings in this structure.
698 ExceptionInfo *exception)
732 status=OpenBlob(image_info,image,WriteBlobMode,exception);
771 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
834 (void) QueryColorname(image,&pixel,SVGCompliance,tuple,exception);