Searched refs:ModuleFatalError (Results 1 – 5 of 5) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | exception.h | 89 ModuleFatalError = 755, enumerator
|
D | exception.c | 570 case ModuleFatalError: return("Module/FatalError/"); in ExceptionSeverityToTag()
|
D | accelerate.c | 3723 (void) ThrowMagickException(exception, GetMagickModule(), ModuleFatalError, in ComputeMotionBlurImage() 3755 (void) ThrowMagickException(exception, GetMagickModule(), ModuleFatalError, in ComputeMotionBlurImage() 3767 (void) ThrowMagickException(exception, GetMagickModule(), ModuleFatalError, in ComputeMotionBlurImage() 3805 (void) ThrowMagickException(exception, GetMagickModule(), ModuleFatalError, in ComputeMotionBlurImage() 3824 (void) ThrowMagickException(exception, GetMagickModule(), ModuleFatalError, in ComputeMotionBlurImage() 3845 (void) ThrowMagickException(exception, GetMagickModule(), ModuleFatalError, in ComputeMotionBlurImage()
|
D | module.c | 893 ThrowFatalException(ModuleFatalError, in IsModuleTreeInstantiated()
|
/external/ImageMagick/Magick++/lib/ |
D | Exception.cpp | 756 case MagickCore::ModuleFatalError: in createException() 939 case MagickCore::ModuleFatalError: in throwException()
|