Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:exception

47 #include "MagickCore/exception.h"
48 #include "MagickCore/exception-private.h"
113 % const size_t stride,ExceptionInfo *exception)
123 % o exception: return any errors or warnings in this structure.
204 const size_t rows,const size_t stride,ExceptionInfo *exception)
233 (void) ThrowMagickException(exception,GetMagickModule(),CacheError,
264 (void) ThrowMagickException(exception,GetMagickModule(),CacheError,
877 % ExceptionInfo *exception)
883 % o exception: return any errors or warnings in this structure.
887 ExceptionInfo *exception)
909 assert(exception != (ExceptionInfo *) NULL);
910 assert(exception->signature == MagickCoreSignature);
948 image=AcquireImage((ImageInfo *) NULL,exception);
953 exception);
971 q=QueueCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
985 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)