Lines Matching refs:exception
53 #include "MagickCore/exception.h"
54 #include "MagickCore/exception-private.h"
88 % ExceptionInfo *exception)
94 % o exception: return any errors or warnings in this structure.
98 ExceptionInfo *exception)
124 assert(exception != (ExceptionInfo *) NULL);
125 assert(exception->signature == MagickCoreSignature);
132 image=ReadImage(read_info,exception);
136 (void) SetImageAlpha(image,(Quantum) TransparentAlpha,exception);
150 status=QueryColorCompliance(colorname,AllCompliance,&stops[0].color,exception);
157 (void) SetImageColorspace(image,stops[0].color.colorspace,exception);
165 status=QueryColorCompliance(colorname,AllCompliance,&stops[1].color,exception);
176 LinearGradient : RadialGradient,PadSpread,stops,2,exception);