Lines Matching refs:exception
92 #include "MagickCore/exception.h"
93 #include "MagickCore/exception-private.h"
230 % const MagickBooleanType verbose,ExceptionInfo *exception)
249 % o exception: return any errors or warnings in this structure.
255 ExceptionInfo *exception)
364 image_view=AcquireVirtualCacheView(image,exception);
373 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
523 if (AcquireImageColormap(image,number_clusters,exception) == MagickFalse)
540 image_view=AcquireAuthenticCacheView(image,exception);
561 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
646 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
663 status&=SyncImage(image,exception);
920 % PixelInfo *pixel,ExceptionInfo *exception)
936 % o exception: return any errors or warnings in this structure.
941 PixelInfo *pixel,ExceptionInfo *exception)
996 (void) ThrowMagickException(exception,GetMagickModule(),
1004 InitializeHistogram(image,histogram,exception);
1043 (void) ThrowMagickException(exception,GetMagickModule(),
1067 (void) ThrowMagickException(exception,GetMagickModule(),
1087 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
1233 ExceptionInfo *exception)
1256 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
1770 % ExceptionInfo *exception)
1789 % o exception: return any errors or warnings in this structure.
1795 ExceptionInfo *exception)
1838 (void) TransformImageColorspace(image,colorspace,exception);
1839 InitializeHistogram(image,histogram,exception);
1850 exception);
1851 (void) TransformImageColorspace(image,previous_colorspace,exception);