Home | History | Annotate | Download | only in coders

Lines Matching refs:exception

49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
82 % ExceptionInfo *exception)
88 % o exception: return any errors or warnings in this structure.
92 ExceptionInfo *exception)
125 assert(exception != (ExceptionInfo *) NULL);
126 assert(exception->signature == MagickCoreSignature);
127 image=AcquireImage(image_info,exception);
130 image_info->filename,exception);
131 (void) SetImageProperty(image,"label",property,exception);
133 label=GetImageProperty(image,"label",exception);
138 status=GetMultilineTypeMetrics(image,draw_info,&metrics,exception);
162 status=GetMultilineTypeMetrics(image,draw_info,&metrics,exception);
183 status=GetMultilineTypeMetrics(image,draw_info,&metrics,exception);
202 status=GetMultilineTypeMetrics(image,draw_info,&metrics,exception);
220 status=SetImageExtent(image,image->columns,image->rows,exception);
226 if (SetImageBackgroundColor(image,exception) == MagickFalse)
240 status=AnnotateImage(image,draw_info,exception);
248 (void) SetImageProperty(image,"label:pointsize",pointsize,exception);