Home
last modified time | relevance | path

Searched refs:WarningException (Results 1 – 5 of 5) sorted by relevance

/external/ImageMagick/MagickCore/
Dexception.h30 WarningException = 300, enumerator
Dexception.c217 if ((p->severity >= WarningException) && (p->severity < ErrorException)) in CatchException()
1062 if ((severity >= WarningException) && (severity < ErrorException)) in ThrowMagickExceptionList()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.pm.in35 WarningException ResourceLimitWarning TypeWarning OptionWarning
Dquantum.xs.in809 if (strEQ(name,"WarningException"))
810 return(WarningException);
/external/ImageMagick/PerlMagick/
DMagick.xs810 return(WarningException); in constant()