Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:exception

50 #include "MagickCore/exception.h"
51 #include "MagickCore/exception-private.h"
93 % const CompositeOperator compose,ExceptionInfo *exception)
103 % o exception: return any errors or warnings in this structure.
108 ExceptionInfo *exception)
128 clone_image=CloneImage(image,0,0,MagickTrue,exception);
132 border_image=FrameImage(clone_image,&frame_info,compose,exception);
160 % const CompositeOperator compose,ExceptionInfo *exception)
170 % o exception: return any errors or warnings in this structure.
174 const CompositeOperator compose,ExceptionInfo *exception)
228 exception);
231 if (SetImageStorageClass(frame_image,DirectClass,exception) == MagickFalse)
238 (void) SetImageColorspace(frame_image,sRGBColorspace,exception);
241 (void) SetImageAlpha(frame_image,OpaqueAlpha,exception);
286 image_view=AcquireVirtualCacheView(image,exception);
287 frame_view=AcquireAuthenticCacheView(frame_image,exception);
302 height,exception);
382 (void) SyncCacheViewAuthenticPixels(frame_view,exception);
409 frame_image->columns,1,exception);
437 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
489 if (SyncCacheViewAuthenticPixels(frame_view,exception) == MagickFalse)
518 height),frame_image->columns,height,exception);
597 (void) SyncCacheViewAuthenticPixels(frame_view,exception);
608 exception);
635 % ExceptionInfo *exception)
646 % o exception: return any errors or warnings in this structure.
651 ExceptionInfo *exception)
691 if (SetImageStorageClass(image,DirectClass,exception) == MagickFalse)
698 image_view=AcquireAuthenticCacheView(image,exception);
714 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
774 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
804 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
848 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
878 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
933 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)