Lines Matching refs:exception
52 #include "MagickCore/exception.h"
53 #include "MagickCore/exception-private.h"
362 % ExceptionInfo *exception)
368 % o exception: return any errors or warnings in this structure.
372 ExceptionInfo *exception)
493 image_view=AcquireAuthenticCacheView(image,exception);
611 q=QueueCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
621 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
657 % Image *image,Image *inject_image,ExceptionInfo *exception)
667 % o exception: return any errors or warnings in this structure.
671 Image *image,Image *inject_image,ExceptionInfo *exception)
759 huffman_image=CloneImage(inject_image,0,0,MagickTrue,exception);
765 (void) SetImageType(huffman_image,BilevelType,exception);
785 p=GetVirtualPixels(huffman_image,0,y,huffman_image->columns,1,exception);
900 % unsigned char *magick_restrict pixels,ExceptionInfo *exception)
911 % o exception: return any errors or warnings in this structure.
915 unsigned char *magick_restrict pixels,ExceptionInfo *exception)
963 assert(exception != (ExceptionInfo *) NULL);
964 assert(exception->signature == MagickCoreSignature);
1081 ExceptionInfo *exception)
1204 % unsigned char *magick_restrict pixels,ExceptionInfo *exception)
1216 % o exception: return any errors or warnings in this structure.
1234 unsigned char *magick_restrict pixels,ExceptionInfo *exception)
1289 ExceptionInfo *exception)
1295 (void) ThrowMagickException(exception,GetMagickModule(),MissingDelegateError,