Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:exception

53 #include "MagickCore/exception.h"
54 #include "MagickCore/exception-private.h"
108 % ExceptionInfo *exception)
118 % o exception: return any errors or warnings in this structure.
134 const size_t connectivity,CCObjectInfo **objects,ExceptionInfo *exception)
186 assert(exception != (ExceptionInfo *) NULL);
187 assert(exception->signature == MagickCoreSignature);
191 exception);
195 if (AcquireImageColormap(component_image,MaxColormapSize,exception) == MagickFalse)
209 equivalences=AcquireMatrixInfo(size,1,sizeof(ssize_t),exception);
237 image_view=AcquireVirtualCacheView(image,exception);
260 p=GetCacheViewVirtualPixels(image_view,0,y-1,image->columns,3,exception);
348 image_view=AcquireVirtualCacheView(image,exception);
349 component_view=AcquireAuthenticCacheView(component_image,exception);
363 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
365 1,exception);
413 if (SyncCacheViewAuthenticPixels(component_view,exception) == MagickFalse)
457 component_view=AcquireAuthenticCacheView(component_image,exception);
490 bounding_box.y+y-1,bounding_box.width+2,1,exception);
523 bounding_box.y+y,bounding_box.width,1,exception);
535 if (SyncCacheViewAuthenticPixels(component_view,exception) == MagickFalse)
539 (void) SyncImage(component_image,exception);
614 (void) SyncImage(component_image,exception);
632 component_view=AcquireVirtualCacheView(component_image,exception);
644 component_image->columns,1,exception);