Home
last modified time | relevance | path

Searched refs:UndefinedException (Results 1 – 16 of 16) sorted by relevance

/external/ImageMagick/api_examples/
Dmagick_command.c45 if (exception->severity != UndefinedException) in main()
/external/ImageMagick/www/source/
Dcore.c34 if (exception->severity != UndefinedException) in main()
/external/ImageMagick/MagickCore/
Dexception.c166 exception->severity=UndefinedException; in ClearMagickException()
421 exception->severity=UndefinedException; in DestroyExceptionInfo()
680 exception->severity=UndefinedException; in InitializeExceptionInfo()
Dexception.h29 UndefinedException, enumerator
Danimate.c311 if (exception->severity != UndefinedException) in AnimateImages()
327 status=exception->severity == UndefinedException ? MagickTrue : MagickFalse; in AnimateImages()
Ddisplay.c1689 if (exception->severity != UndefinedException) in DisplayImages()
1712 if (exception->severity != UndefinedException) in DisplayImages()
/external/ImageMagick/Magick++/lib/
DException.cpp795 case MagickCore::UndefinedException: in createException()
811 if (severity_ == MagickCore::UndefinedException) in throwExceptionExplicit()
839 if (exception_->severity == MagickCore::UndefinedException) in throwException()
978 case MagickCore::UndefinedException: in throwException()
DPixels.cpp191 if (exceptionInfo->severity != MagickCore::UndefinedException) in init()
DImage.cpp2821 if (DrawGetExceptionType(wand) != MagickCore::UndefinedException) in draw()
2825 if (DrawGetExceptionType(wand) == MagickCore::UndefinedException) in draw()
5093 if (exceptionInfo->severity == MagickCore::UndefinedException && in read()
/external/ImageMagick/Magick++/lib/Magick++/
DSTL.h2425 if (exceptionInfo->severity != MagickCore::UndefinedException)
2438 if (exceptionInfo->severity > MagickCore::UndefinedException)
2447 if (exceptionInfo->severity > MagickCore::UndefinedException)
/external/ImageMagick/coders/
Dwpg.c835 if(exception->severity != UndefinedException) goto FINISH_UNL; in ExtractPostscript()
Dmsl.c7909 if (msl_info.exception->severity == UndefinedException) in ProcessMSLScript()
7936 if (msl_info.exception->severity != UndefinedException) in ProcessMSLScript()
/external/ImageMagick/tests/
Dvalidate.c2684 if (exception->severity != UndefinedException) in main()
/external/ImageMagick/MagickWand/
Dmogrify.c185 if (exception->severity != UndefinedException) in MagickCommandGenesis()
231 if (exception->severity != UndefinedException) in MagickCommandGenesis()
271 if (exception->severity != UndefinedException) in MagickCommandGenesis()
/external/ImageMagick/PerlMagick/
DMagick.xs118 if ((exception)->severity != UndefinedException) \
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in118 if ((exception)->severity != UndefinedException) \