Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:exception

65 #include "MagickCore/exception.h"
66 #include "MagickCore/exception-private.h"
118 % ExceptionInfo *exception)
121 % ExceptionInfo *exception)
131 % o exception: return any errors or warnings in this structure.
421 const MagickEvaluateOperator op,ExceptionInfo *exception)
458 assert(exception != (ExceptionInfo *) NULL);
459 assert(exception->signature == MagickCoreSignature);
461 exception);
464 if (SetImageStorageClass(image,DirectClass,exception) == MagickFalse)
474 (void) ThrowMagickException(exception,GetMagickModule(),
484 evaluate_view=AcquireAuthenticCacheView(image,exception);
515 exception);
540 image_view=AcquireVirtualCacheView(next,exception);
541 p=GetCacheViewVirtualPixels(image_view,x,y,1,1,exception);
570 if (SyncCacheViewAuthenticPixels(evaluate_view,exception) == MagickFalse)
621 exception);
637 image_view=AcquireVirtualCacheView(next,exception);
639 exception);
732 if (SyncCacheViewAuthenticPixels(evaluate_view,exception) == MagickFalse)
758 const MagickEvaluateOperator op,const double value,ExceptionInfo *exception)
784 assert(exception != (ExceptionInfo *) NULL);
785 assert(exception->signature == MagickCoreSignature);
786 if (SetImageStorageClass(image,DirectClass,exception) == MagickFalse)
791 image_view=AcquireAuthenticCacheView(image,exception);
810 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
840 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
881 % const double *parameters,ExceptionInfo *exception)
891 % o exception: return any errors or warnings in this structure.
897 ExceptionInfo *exception)
905 (void) exception;
995 const double *parameters,ExceptionInfo *exception)
1015 assert(exception != (ExceptionInfo *) NULL);
1016 assert(exception->signature == MagickCoreSignature);
1019 exception) != MagickFalse)
1022 if (SetImageStorageClass(image,DirectClass,exception) == MagickFalse)
1026 image_view=AcquireAuthenticCacheView(image,exception);
1041 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception);
1066 exception);
1070 if (SyncCacheViewAuthenticPixels(image_view,exception) == MagickFalse)
1106 % ExceptionInfo *exception)
1114 % o exception: return any errors or warnings in this structure.
1118 double *entropy,ExceptionInfo *exception)
1133 channel_statistics=GetImageStatistics(image,exception);
1180 % size_t *maxima,ExceptionInfo *exception)
1190 % o exception: return any errors or warnings in this structure.
1194 size_t *minima,size_t *maxima,ExceptionInfo *exception)
1207 status=GetImageRange(image,&min,&max,exception);
1231 % double *skewness,ExceptionInfo *exception)
1241 % o exception: return any errors or warnings in this structure.
1245 double *kurtosis,double *skewness,ExceptionInfo *exception)
1277 image_view=AcquireVirtualCacheView(image,exception);
1292 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
1370 % double *standard_deviation,ExceptionInfo *exception)
1380 % o exception: return any errors or warnings in this structure.
1384 double *standard_deviation,ExceptionInfo *exception)
1399 channel_statistics=GetImageStatistics(image,exception);
1451 % ExceptionInfo *exception)
1457 % o exception: return any errors or warnings in this structure.
1481 ExceptionInfo *exception)
1533 image_view=AcquireVirtualCacheView(image,exception);
1545 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
1603 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
1770 % ExceptionInfo *exception)
1776 % o exception: return any errors or warnings in this structure.
1790 const Image *image,ExceptionInfo *exception)
1813 hash_image=BlurImage(image,0.0,1.0,exception);
1817 status=TransformImageColorspace(hash_image,sRGBColorspace,exception);
1820 moments=GetImageMoments(hash_image,exception);
1836 hash_image=BlurImage(image,0.0,1.0,exception);
1844 status=TransformImageColorspace(hash_image,HCLpColorspace,exception);
1851 moments=GetImageMoments(hash_image,exception);
1884 % double *maxima,ExceptionInfo *exception)
1894 % o exception: return any errors or warnings in this structure.
1898 double *maxima,ExceptionInfo *exception)
1918 image_view=AcquireVirtualCacheView(image,exception);
1940 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
2021 % channel_statistics=GetImageStatistics(image,exception);
2029 % ExceptionInfo *exception)
2035 % o exception: return any errors or warnings in this structure.
2039 ExceptionInfo *exception)
2099 p=GetVirtualPixels(image,0,y,image->columns,1,exception);
2271 % const double *terms,ExceptionInfo *exception)
2283 % o exception: return any errors or warnings in this structure.
2288 const size_t number_terms,const double *terms,ExceptionInfo *exception)
2317 assert(exception != (ExceptionInfo *) NULL);
2318 assert(exception->signature == MagickCoreSignature);
2320 exception);
2323 if (SetImageStorageClass(image,DirectClass,exception) == MagickFalse)
2333 (void) ThrowMagickException(exception,GetMagickModule(),
2342 polynomial_view=AcquireAuthenticCacheView(image,exception);
2374 exception);
2392 image_view=AcquireVirtualCacheView(next,exception);
2393 p=GetCacheViewVirtualPixels(image_view,0,y,image->columns,1,exception);
2455 if (SyncCacheViewAuthenticPixels(polynomial_view,exception) == MagickFalse)
2496 % const size_t width,const size_t height,ExceptionInfo *exception)
2508 % o exception: return any errors or warnings in this structure.
2968 const size_t width,const size_t height,ExceptionInfo *exception)
2999 assert(exception != (ExceptionInfo *) NULL);
3000 assert(exception->signature == MagickCoreSignature);
3002 exception);
3005 status=SetImageStorageClass(statistic_image,DirectClass,exception);
3024 image_view=AcquireVirtualCacheView(image,exception);
3025 statistic_view=AcquireAuthenticCacheView(statistic_image,exception);
3048 MagickMax(height,1),exception);
3049 q=QueueCacheViewAuthenticPixels(statistic_view,0,y,statistic_image->columns, 1,exception);
3160 if (SyncCacheViewAuthenticPixels(statistic_view,exception) == MagickFalse)