Lines Matching refs:exception
52 #include "MagickCore/exception.h"
53 #include "MagickCore/exception-private.h"
276 % AffineMatrix *affine_matrix,ExceptionInfo *exception)
284 % o exception: return any errors or warnings in this structure.
288 const AffineMatrix *affine_matrix,ExceptionInfo *exception)
303 assert(exception != (ExceptionInfo *) NULL);
304 assert(exception->signature == MagickCoreSignature);
312 MagickTrue,exception);
337 % size_t number_values, ExceptionInfo *exception)
357 % o exception: return any errors or warnings in this structure
379 size_t number_values,ExceptionInfo *exception)
433 (void) ThrowMagickException(exception,GetMagickModule(),OptionError,
439 (void) ThrowMagickException(exception,GetMagickModule(),OptionError,
493 (void) ThrowMagickException(exception,GetMagickModule(),
517 (void) ThrowMagickException(exception,GetMagickModule(),OptionError,
559 (void) ThrowMagickException(exception,GetMagickModule(),
605 (void) ThrowMagickException(exception,GetMagickModule(),OptionError,
631 (void) ThrowMagickException(exception,GetMagickModule(),OptionError,
680 (void) ThrowMagickException(exception,GetMagickModule(),OptionError,
722 (void) ThrowMagickException(exception,GetMagickModule(),OptionError,
732 (void) ThrowMagickException(exception,GetMagickModule(),OptionError,
794 (void) ThrowMagickException(exception,GetMagickModule(),OptionError,
805 (void) ThrowMagickException(exception,GetMagickModule(),
839 (void) ThrowMagickException(exception,GetMagickModule(),OptionError,
862 (void) ThrowMagickException(exception,GetMagickModule(),OptionError,
910 (void) ThrowMagickException(exception,GetMagickModule(),OptionError,
924 (void) ThrowMagickException(exception,GetMagickModule(),
947 (void) ThrowMagickException(exception,GetMagickModule(),OptionError,
1068 (void) ThrowMagickException(exception,GetMagickModule(),
1090 (void) ThrowMagickException(exception,GetMagickModule(),OptionError,
1135 (void) ThrowMagickException(exception,GetMagickModule(),OptionError,
1142 (void) ThrowMagickException(exception,GetMagickModule(),OptionError,
1186 (void) ThrowMagickException(exception,GetMagickModule(),
1246 (void) ThrowMagickException(exception,GetMagickModule(),OptionError,
1289 (void) ThrowMagickException(exception,GetMagickModule(),OptionError,
1340 (void) ThrowMagickException(exception,GetMagickModule(),
1399 (void) ThrowMagickException(exception,GetMagickModule(),OptionError,
1410 (void) ThrowMagickException(exception,GetMagickModule(),
1452 % const size_t rows,ExceptionInfo *exception)
1462 % o exception: return any errors or warnings in this structure.
1466 const size_t columns,const size_t rows,ExceptionInfo *exception)
1490 assert(exception != (ExceptionInfo *) NULL);
1491 assert(exception->signature == MagickCoreSignature);
1504 tmp_image=CloneImage(image,0,0,MagickTrue,exception);
1508 exception);
1515 (void) SetImageAlphaChannel(tmp_image,SetAlphaChannel,exception);
1517 MagickTrue,exception),
1524 exception);
1538 (void) SetImageAlphaChannel(tmp_image,ExtractAlphaChannel,exception);
1539 (void) SetImageAlphaChannel(tmp_image,OpaqueAlphaChannel,exception);
1541 MagickTrue,exception),
1547 tmp_image=CloneImage(image,0,0,MagickTrue,exception);
1550 (void) SetImageVirtualPixelMethod(tmp_image,TransparentVirtualPixelMethod, exception);
1552 MagickTrue,exception),
1560 (void) SetImageAlphaChannel(resize_image,OffAlphaChannel,exception);
1561 (void) SetImageAlphaChannel(resize_alpha,OffAlphaChannel,exception);
1563 MagickTrue,0,0,exception);
1566 (void) SetImageVirtualPixelMethod(resize_image,vp_save,exception);
1577 resize_image=CropImage(tmp_image,&crop_area,exception);
1619 % MagickBooleanType bestfit, ExceptionInfo *exception)
1650 % o exception: return any errors or warnings in this structure
1680 MagickBooleanType bestfit,ExceptionInfo *exception)
1701 assert(exception != (ExceptionInfo *) NULL);
1702 assert(exception->signature == MagickCoreSignature);
1711 (void) ThrowMagickException(exception,GetMagickModule(),OptionError,
1717 (size_t)arguments[1], exception);
1729 arguments, 0, exception);
1959 (void) ThrowMagickException(exception,GetMagickModule(),
1994 (void) ThrowMagickException(exception,GetMagickModule(),
2027 (void) ThrowMagickException(exception,GetMagickModule(),
2263 (void) ThrowMagickException(exception,GetMagickModule(),OptionError,
2279 exception);
2283 if (SetImageStorageClass(distort_image,DirectClass,exception) == MagickFalse)
2290 (void) SetImageColorspace(distort_image,sRGBColorspace,exception);
2321 UndefinedVirtualPixelMethod,MagickFalse,exception);
2322 distort_view=AcquireAuthenticCacheView(distort_image,exception);
2353 exception);
2383 exception);
2721 exception);
2733 sync=SyncCacheViewAuthenticPixels(distort_view,exception);
2792 % ExceptionInfo *exception)
2800 % o exception: return any errors or warnings in this structure.
2804 ExceptionInfo *exception)
2826 assert(exception != (ExceptionInfo *) NULL);
2827 assert(exception->signature == MagickCoreSignature);
2837 return(IntegralRotateImage(image,rotations,exception));
2838 distort_image=CloneImage(image,0,0,MagickTrue,exception);
2842 exception);
2844 exception);
2868 % const double *arguments,ExceptionInfo *exception)
2886 % o exception: return any errors or warnings in this structure
2891 const double *arguments,ExceptionInfo *exception)
2911 assert(exception != (ExceptionInfo *) NULL);
2912 assert(exception->signature == MagickCoreSignature);
2940 arguments, number_colors, exception);
3023 sparse_image=CloneImage(image,0,0,MagickTrue,exception);
3026 if (SetImageStorageClass(sparse_image,DirectClass,exception) == MagickFalse)
3046 sparse_view=AcquireAuthenticCacheView(sparse_image,exception);
3066 1,exception);
3264 sync=SyncCacheViewAuthenticPixels(sparse_view,exception);