Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:exception

59 #include "MagickCore/exception.h"
60 #include "MagickCore/exception-private.h"
377 ExceptionInfo *exception)
472 kernel = AcquireKernelBuiltIn((KernelInfoType)type, &args, exception);
490 ExceptionInfo *exception)
509 kernel_cache=FileToString(kernel_string+1,~0UL,exception);
522 new_kernel=ParseKernelName(p,exception);
956 const GeometryInfo *args,ExceptionInfo *exception)
1447 kernel=AcquireKernelInfo("FreiChen:11;FreiChen:12;FreiChen:13;FreiChen:14;FreiChen:15;FreiChen:16;FreiChen:17;FreiChen:18;FreiChen:19",exception);
1754 kernel=AcquireKernelInfo("ThinSE:482",exception);
1763 kernel=AcquireKernelInfo("ThinSE:87",exception);
1808 return(AcquireKernelInfo("LineEnds:1>;LineEnds:2>",exception));
1838 return(AcquireKernelInfo("LineJunctions:1@;LineJunctions:2>",exception));
1960 kernel=AcquireKernelInfo("ThinSE:482",exception);
1971 kernel=AcquireKernelInfo("ThinSE:482; ThinSE:87x90;",exception);
1987 exception);
2535 % ExceptionInfo *exception)
2559 % o exception: return any errors or warnings in this structure.
2564 ExceptionInfo *exception)
2596 assert(exception != (ExceptionInfo *) NULL);
2597 assert(exception->signature == MagickCoreSignature);
2600 image_view=AcquireVirtualCacheView(image,exception);
2601 morphology_view=AcquireAuthenticCacheView(morphology_image,exception);
2678 kernel->height-1,exception);
2680 morphology_image->rows,exception);
2771 if (SyncCacheViewAuthenticPixels(morphology_view,exception) == MagickFalse)
2822 kernel->height,exception);
2824 1,exception);
3199 if (SyncCacheViewAuthenticPixels(morphology_view,exception) == MagickFalse)
3237 ExceptionInfo *exception)
3263 assert(exception != (ExceptionInfo *) NULL);
3264 assert(exception->signature == MagickCoreSignature);
3290 image_view=AcquireVirtualCacheView(image,exception);
3291 morphology_view=AcquireAuthenticCacheView(image,exception);
3318 offset.y+1,exception);
3320 exception);
3435 if (SyncCacheViewAuthenticPixels(morphology_view,exception) == MagickFalse)
3452 image_view=AcquireVirtualCacheView(image,exception);
3453 morphology_view=AcquireAuthenticCacheView(image,exception);
3478 kernel->y+1,exception);
3480 exception);
3596 if (SyncCacheViewAuthenticPixels(morphology_view,exception) == MagickFalse)
3625 ExceptionInfo *exception)
3674 assert(exception != (ExceptionInfo *) NULL);
3675 assert(exception->signature == MagickCoreSignature);
3737 rslt_image=CloneImage(image,0,0,MagickTrue,exception);
3740 if (SetImageStorageClass(rslt_image,DirectClass,exception) == MagickFalse)
3743 changed=MorphologyPrimitiveDirect(rslt_image,method,kernel,exception);
3757 exception);
3759 MagickTrue,0,0,exception);
3761 exception);
3916 work_image=CloneImage(image,0,0,MagickTrue,exception);
3919 exception) == MagickFalse)
3926 this_kernel, bias, exception);
3984 MagickTrue,0,0,exception);
3992 MagickTrue,0,0,exception);
4029 0,0,exception);
4099 % const ssize_t iterations,KernelInfo *kernel,ExceptionInfo *exception)
4115 % o exception: return any errors or warnings in this structure.
4120 const KernelInfo *kernel,ExceptionInfo *exception)
4150 (void) ThrowMagickException(exception,GetMagickModule(),
4161 (void) ThrowMagickException(exception,GetMagickModule(),
4194 (void) ThrowMagickException(exception,GetMagickModule(),
4203 curr_kernel,compose,bias,exception);