Home
last modified time | relevance | path

Searched refs:ErrorException (Results 1 – 25 of 25) sorted by relevance

/external/ImageMagick/tests/
Dvalidate.c1589 (exception->severity >= ErrorException)) in ValidateImageFormatsInMemory()
1609 if (status == MagickFalse || (exception->severity >= ErrorException)) in ValidateImageFormatsInMemory()
1621 if (status == MagickFalse || (exception->severity >= ErrorException)) in ValidateImageFormatsInMemory()
1633 if (status == MagickFalse || (exception->severity >= ErrorException)) in ValidateImageFormatsInMemory()
1650 (exception->severity >= ErrorException)) in ValidateImageFormatsInMemory()
1666 (exception->severity >= ErrorException)) in ValidateImageFormatsInMemory()
1689 (exception->severity >= ErrorException)) in ValidateImageFormatsInMemory()
1705 (exception->severity >= ErrorException)) in ValidateImageFormatsInMemory()
1725 (exception->severity >= ErrorException)) in ValidateImageFormatsInMemory()
1747 (exception->severity >= ErrorException)) in ValidateImageFormatsInMemory()
[all …]
/external/ImageMagick/MagickCore/
Dexception.c217 if ((p->severity >= WarningException) && (p->severity < ErrorException)) in CatchException()
219 if ((p->severity >= ErrorException) && (p->severity < FatalErrorException)) in CatchException()
936 if (severity < ErrorException) in ThrowException()
942 if (p->severity >= ErrorException) in ThrowException()
1062 if ((severity >= WarningException) && (severity < ErrorException)) in ThrowMagickExceptionList()
1064 if ((severity >= ErrorException) && (severity < FatalErrorException)) in ThrowMagickExceptionList()
Dexception.h53 ErrorException = 400, enumerator
Dmodule.c1038 return(exception->severity < ErrorException ? MagickTrue : MagickFalse); in InvokeDynamicImageFilter()
Dconstitute.c624 if (exception->severity >= ErrorException) in ReadImage()
Dfx.c2150 if (exception->severity >= ErrorException) in FxEvaluateSubexpression()
/external/ImageMagick/MagickWand/
Dwandcli.c249 status=cli_wand->wand.exception->severity > ErrorException ? MagickTrue : in CLICatchException()
Dstream.c297 (exception->severity < ErrorException); in StreamImageCommand()
Dmagick-cli.c855 return(exception->severity < ErrorException ? MagickTrue : MagickFalse); in MagickImageCommand()
Didentify.c324 (exception->severity < ErrorException); in IdentifyImageCommand()
Dimport.c462 (exception->severity < ErrorException); in ImportImageCommand()
Danimate.c445 (exception->severity < ErrorException); in AnimateImageCommand()
Dcompare.c378 (exception->severity < ErrorException); in CompareImagesCommand()
Dcomposite.c536 (exception->severity < ErrorException); in CompositeImageCommand()
Dmogrify.c187 if ((exception->severity > ErrorException) || in MagickCommandGenesis()
233 if ((exception->severity > ErrorException) || in MagickCommandGenesis()
273 if ((exception->severity > ErrorException) || in MagickCommandGenesis()
3398 status=(MagickStatusType) (exception->severity < ErrorException ? 1 : 0); in MogrifyImage()
3949 (exception->severity < ErrorException); in MogrifyImageCommand()
Dmontage.c427 (exception->severity < ErrorException); in MontageImageCommand()
Ddisplay.c514 (exception->severity < ErrorException); in DisplayImageCommand()
Dconvert.c646 (exception->severity < ErrorException); in ConvertImageCommand()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.pm.in39 ConfigureWarning ErrorException ResourceLimitError TypeError
Dquantum.xs.in715 if (strEQ(name,"ErrorException"))
716 return(ErrorException);
/external/ImageMagick/Magick++/lib/
DException.cpp878 if ((quiet_) && (severity < MagickCore::ErrorException)) in throwException()
/external/ImageMagick/coders/
Dwpg.c853 if(exception->severity>=ErrorException) in ExtractPostscript()
Dsvg.c3605 if (exception->severity >= ErrorException) in ReadSVGImage()
Dmsl.c7906 if (msl_info.exception->severity >= ErrorException) in ProcessMSLScript()
/external/ImageMagick/PerlMagick/
DMagick.xs716 return(ErrorException); in constant()