Home | History | Annotate | Download | only in coders

Lines Matching refs:exception

48 #include "MagickCore/exception.h"
49 #include "MagickCore/exception-private.h"
91 % Image *ReadDOTImage(const ImageInfo *image_info,ExceptionInfo *exception)
97 % o exception: return any errors or warnings in this structure.
100 static Image *ReadDOTImage(const ImageInfo *image_info,ExceptionInfo *exception)
128 assert(exception != (ExceptionInfo *) NULL);
129 assert(exception->signature == MagickCoreSignature);
131 image=AcquireImage(image_info,exception);
132 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
162 image=ReadImage(read_info,exception);