Lines Matching refs:exception
63 #include "MagickCore/exception.h"
64 #include "MagickCore/exception-private.h"
170 % ExceptionInfo *exception)
176 % o exception: return any errors or warnings in this structure.
442 static Image *ReadEMFImage(const ImageInfo *image_info,ExceptionInfo *exception)
481 image=AcquireImage(image_info,exception);
516 status=SetImageExtent(image,image->columns,image->rows,exception);
624 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
636 if (SyncAuthenticPixels(image,exception) == MagickFalse)
659 ExceptionInfo *exception)
711 assert(exception != (ExceptionInfo *) NULL);
713 image=AcquireImage(image_info,exception);
755 if (SetImageExtent(image,image->columns,image->rows,exception) == MagickFalse)
797 q=GetAuthenticPixels(image,0,image->rows-y-1,image->columns,1,exception);
799 q=GetAuthenticPixels(image,0,y,image->columns,1,exception);
812 if (SyncAuthenticPixels(image,exception) == MagickFalse)