Lines Matching refs:exception
53 #include "MagickCore/exception.h"
54 #include "MagickCore/exception-private.h"
97 % const MagickBooleanType invert,ExceptionInfo *exception)
111 % o exception: return any errors or warnings in this structure.
117 ExceptionInfo *exception)
181 if (SetImageStorageClass(image,DirectClass,exception) == MagickFalse)
184 (void) SetImageColorspace(image,sRGBColorspace,exception);
187 (void) SetImageAlpha(image,OpaqueAlpha,exception);
192 exception);
198 &floodplane_image->background_color,exception);
199 (void) SetImageBackgroundColor(floodplane_image,exception);
217 image_view=AcquireVirtualCacheView(image,exception);
218 floodplane_view=AcquireAuthenticCacheView(floodplane_image,exception);
241 p=GetCacheViewVirtualPixels(image_view,0,y,(size_t) (x1+1),1,exception);
243 exception);
259 if (SyncCacheViewAuthenticPixels(floodplane_view,exception) == MagickFalse)
276 exception);
278 x,1,exception);
292 status=SyncCacheViewAuthenticPixels(floodplane_view,exception);
305 exception);
307 exception);
345 p=GetCacheViewVirtualPixels(floodplane_view,0,y,image->columns,1,exception);
346 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
356 GetFillColor(draw_info,x,y,&fill_color,exception);
362 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
394 % const PixelInfo *stop_color,ExceptionInfo *exception)
408 % o exception: return any errors or warnings in this structure.
413 const size_t number_stops,ExceptionInfo *exception)
617 status=DrawGradientImage(image,draw_info,exception);
641 % const double sigma,ExceptionInfo *exception)
651 % o exception: return any errors or warnings in this structure.
692 const double sigma,ExceptionInfo *exception)
726 assert(exception != (ExceptionInfo *) NULL);
727 assert(exception->signature == MagickCoreSignature);
729 linear_image=CloneImage(image,0,0,MagickTrue,exception);
730 paint_image=CloneImage(image,image->columns,image->rows,MagickTrue,exception);
739 if (SetImageStorageClass(paint_image,DirectClass,exception) == MagickFalse)
759 image_view=AcquireVirtualCacheView(linear_image,exception);
760 paint_view=AcquireAuthenticCacheView(paint_image,exception);
782 (width/2L),linear_image->columns+width,width,exception);
784 exception);
848 if (SyncCacheViewAuthenticPixels(paint_view,exception) == MagickFalse)
898 % ExceptionInfo *exception)
910 % o exception: return any errors or warnings in this structure.
915 ExceptionInfo *exception)
942 if (SetImageStorageClass(image,DirectClass,exception) == MagickFalse)
944 ConformPixelInfo(image,fill,&conform_fill,exception);
945 ConformPixelInfo(image,target,&conform_target,exception);
952 image_view=AcquireAuthenticCacheView(image,exception);
970 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
984 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
1029 % const MagickBooleanType invert,ExceptionInfo *exception)
1041 % o exception: return any errors or warnings in this structure.
1046 ExceptionInfo *exception)
1070 if (SetImageStorageClass(image,DirectClass,exception) == MagickFalse)
1073 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception);
1080 image_view=AcquireAuthenticCacheView(image,exception);
1098 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
1112 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
1158 % const MagickBooleanType invert,ExceptionInfo *exception)
1172 % o exception: return any errors or warnings in this structure.
1177 const MagickBooleanType invert,ExceptionInfo *exception)
1199 if (SetImageStorageClass(image,DirectClass,exception) == MagickFalse)
1202 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception);
1208 image_view=AcquireAuthenticCacheView(image,exception);
1229 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
1247 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)