Lines Matching refs:exception
51 #include "MagickCore/exception.h"
52 #include "MagickCore/exception-private.h"
86 % ExceptionInfo *exception)
92 % o exception: return any errors or warnings in this structure.
96 ExceptionInfo *exception)
136 assert(exception != (ExceptionInfo *) NULL);
137 assert(exception->signature == MagickCoreSignature);
138 image=AcquireImage(image_info,exception);
146 image_info->filename,exception);
150 exception);
153 exception);
154 (void) SetImageProperty(image,"caption",property,exception);
156 caption=ConstantString(GetImageProperty(image,"caption",exception));
168 exception);
175 status=GetMultilineTypeMetrics(image,draw_info,&metrics,exception);
183 i=FormatMagickCaption(image,draw_info,split,&metrics,&text,exception);
190 status=GetMultilineTypeMetrics(image,draw_info,&metrics,exception);
194 status=SetImageExtent(image,image->columns,image->rows,exception);
200 if (SetImageBackgroundColor(image,exception) == MagickFalse)
219 exception);
226 status=GetMultilineTypeMetrics(image,draw_info,&metrics,exception);
245 exception);
252 status=GetMultilineTypeMetrics(image,draw_info,&metrics,exception);
274 i=FormatMagickCaption(image,draw_info,split,&metrics,&caption,exception);
281 status=AnnotateImage(image,draw_info,exception);
289 (void) SetImageProperty(image,"caption:pointsize",pointsize,exception);