Lines Matching refs:exception
55 #include "MagickCore/exception.h"
56 #include "MagickCore/exception-private.h"
156 % ExceptionInfo *exception)
164 % o exception: return any errors or warnings in this structure.
194 size_t *length,PixelInfo *pixel,ExceptionInfo *exception)
209 exception);
216 exception);
222 pixel->index=ConstrainColormapIndex(image,*p,exception);
227 (void) ThrowMagickException(exception,GetMagickModule(),
271 (void) ThrowMagickException(exception,GetMagickModule(),
364 (void) ThrowMagickException(exception,GetMagickModule(),CorruptImageError,
395 ExceptionInfo *exception)
490 assert(exception != (ExceptionInfo *) NULL);
491 assert(exception->signature == MagickCoreSignature);
492 image=AcquireImage(image_info,exception);
493 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
559 (void) SetImageProperty(image,"comment",comment,exception);
634 &image->alpha_color,exception);
649 (void) SetImageProperty(image,keyword,options,exception);
658 &image->background_color,exception);
674 &image->border_color,exception);
677 (void) SetImageProperty(image,keyword,options,exception);
729 (void) SetImageProperty(image,keyword,options,exception);
757 (void) SetImageProperty(image,keyword,options,exception);
775 (void) SetImageProperty(image,keyword,options,exception);
808 (void) SetImageProperty(image,keyword,options,exception);
824 (void) SetImageProperty(image,keyword,options,exception);
848 (void) SetImageProperty(image,keyword,options,exception);
866 (void) SetImageProperty(image,keyword,options,exception);
909 (void) SetImageProfile(image,keyword+8,profile,exception);
913 (void) SetImageProperty(image,keyword,options,exception);
937 (void) SetImageProperty(image,keyword,options,exception);
979 (void) SetImageProperty(image,keyword,options,exception);
990 (void) SetImageProperty(image,keyword,options,exception);
1023 (void) SetImageProperty(image,keyword,options,exception);
1041 (void) SetImageProperty(image,keyword,options,exception);
1052 (void) SetImageProperty(image,keyword,options,exception);
1068 (void) SetImageProperty(image,keyword,options,exception);
1073 (void) SetImageProperty(image,keyword,options,exception);
1096 (void) ThrowMagickException(exception,GetMagickModule(),
1165 status=AcquireImageColormap(image,colors != 0 ? colors : 256,exception);
1246 status=SetImageExtent(image,image->columns,image->rows,exception);
1381 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
1421 quantum_type,pixels,exception);
1458 quantum_type,pixels,exception);
1498 quantum_type,pixels,exception);
1509 PushRunlengthPacket(image,pixels,&length,&pixel,exception);
1532 quantum_type,pixels,exception);
1536 if (SyncAuthenticPixels(image,exception) == MagickFalse)
1612 ThrowFileException(exception,CorruptImageError,"UnexpectedEndOfFile",
1631 AcquireNextImage(image_info,image,exception);
1743 % Image *image,ExceptionInfo *exception)
1753 % o exception: return any errors or warnings in this structure.
1758 size_t length,PixelInfo *pixel,ExceptionInfo *exception)
1781 (void) ThrowMagickException(exception,GetMagickModule(),
1824 (void) ThrowMagickException(exception,GetMagickModule(),
1914 (void) ThrowMagickException(exception,GetMagickModule(),CorruptImageError,
1922 Image *image,ExceptionInfo *exception)
1993 assert(exception != (ExceptionInfo *) NULL);
1994 assert(exception->signature == MagickCoreSignature);
1995 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
2006 (void) SetImageStorageClass(image,DirectClass,exception);
2014 (IsHighDynamicRangeImage(image,exception) != MagickFalse))
2270 exception);
2277 value=GetImageProperty(image,property,exception);
2471 quantum_type=GetQuantumType(image,exception);
2483 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
2495 quantum_type,pixels,exception);
2523 quantum_type,pixels,exception);
2551 quantum_type,pixels,exception);
2585 q=PopRunlengthPacket(image,q,length,&pixel,exception);
2591 q=PopRunlengthPacket(image,q,length,&pixel,exception);
2598 quantum_type,pixels,exception);