Lines Matching refs:exception
59 #include "MagickCore/exception.h"
60 #include "MagickCore/exception-private.h"
94 % Image *ReadXImage(const ImageInfo *image_info,ExceptionInfo *exception)
100 % o exception: return any errors or warnings in this structure.
104 ExceptionInfo *exception)
113 assert(exception != (ExceptionInfo *) NULL);
114 assert(exception->signature == MagickCoreSignature);
166 screen=AcquireImage(image_info,exception);
170 status=SetImageExtent(screen,screen->columns,screen->rows,exception);
212 q=QueueAuthenticPixels(screen,0,y,screen->columns,1,exception);
224 if (SyncAuthenticPixels(screen,exception) == MagickFalse)
248 image=XImportImage(image_info,&ximage_info,exception);