Home
last modified time | relevance | path

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

12

/external/ImageMagick/tests/
Dvalidate.c1601 (exception->severity >= ErrorException)) in ValidateImageFormatsInMemory()
1621 if (status == MagickFalse || (exception->severity >= ErrorException)) in ValidateImageFormatsInMemory()
1633 if (status == MagickFalse || (exception->severity >= ErrorException)) in ValidateImageFormatsInMemory()
1645 if (status == MagickFalse || (exception->severity >= ErrorException)) in ValidateImageFormatsInMemory()
1662 (exception->severity >= ErrorException)) in ValidateImageFormatsInMemory()
1678 (exception->severity >= ErrorException)) in ValidateImageFormatsInMemory()
1701 (exception->severity >= ErrorException)) in ValidateImageFormatsInMemory()
1717 (exception->severity >= ErrorException)) in ValidateImageFormatsInMemory()
1737 (exception->severity >= ErrorException)) in ValidateImageFormatsInMemory()
1759 (exception->severity >= ErrorException)) in ValidateImageFormatsInMemory()
[all …]
/external/ImageMagick/MagickCore/
Dexception.c224 if ((p->severity >= WarningException) && (p->severity < ErrorException)) in CatchException()
226 if ((p->severity >= ErrorException) && (p->severity < FatalErrorException)) in CatchException()
1007 if (severity < ErrorException) in ThrowException()
1013 if (p->severity >= ErrorException) in ThrowException()
1133 if ((severity >= WarningException) && (severity < ErrorException)) in ThrowMagickExceptionList()
1135 if ((severity >= ErrorException) && (severity < FatalErrorException)) in ThrowMagickExceptionList()
Dexception.h53 ErrorException = 400, enumerator
Dmodule.c1040 return(exception->severity < ErrorException ? MagickTrue : MagickFalse); in InvokeDynamicImageFilter()
Dconstitute.c640 if (exception->severity >= ErrorException) in ReadImage()
Dfx.c1504 if (exception->severity >= ErrorException) in FxEvaluateSubexpression()
/external/ImageMagick/MagickWand/
Dwandcli.c246 status=cli_wand->wand.exception->severity > ErrorException ? MagickTrue : in CLICatchException()
Dstream.c286 (exception->severity < ErrorException); in StreamImageCommand()
Dmagick-cli.c855 return(exception->severity < ErrorException ? MagickTrue : MagickFalse); in MagickImageCommand()
Didentify.c309 (exception->severity < ErrorException); in IdentifyImageCommand()
Dimport.c451 (exception->severity < ErrorException); in ImportImageCommand()
Danimate.c426 (exception->severity < ErrorException); in AnimateImageCommand()
Dcompare.c353 (exception->severity < ErrorException); in CompareImagesCommand()
Dcomposite.c538 (exception->severity < ErrorException); in CompositeImageCommand()
Dmogrify.c194 if ((exception->severity > ErrorException) || in MagickCommandGenesis()
240 if ((exception->severity > ErrorException) || in MagickCommandGenesis()
280 if ((exception->severity > ErrorException) || in MagickCommandGenesis()
3508 status=(MagickStatusType) (exception->severity < ErrorException ? 1 : 0); in MogrifyImage()
4041 (exception->severity < ErrorException); in MogrifyImageCommand()
Dmontage.c408 (exception->severity < ErrorException); in MontageImageCommand()
Ddisplay.c495 (exception->severity < ErrorException); in DisplayImageCommand()
Dconvert.c613 (exception->severity < ErrorException); in ConvertImageCommand()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.pm.in39 ConfigureWarning ErrorException ResourceLimitError TypeError
/external/ImageMagick/Magick++/lib/
DException.cpp878 if ((quiet_) && (severity < MagickCore::ErrorException)) in throwException()
/external/ImageMagick/coders/
Dwpg.c859 if(exception->severity>=ErrorException) in ExtractPostscript()
Ddcm.c3983 if ((status == MagickFalse) && (exception->severity < ErrorException)) in ReadDCMImage()
Dtiff.c1302 if (exception->severity > ErrorException) in ReadTIFFImage()
3363 if (exception->severity > ErrorException) in WriteTIFFImage()
Djpeg.c1122 if (exception->severity < ErrorException) in ReadJPEGImage_()
Dsvg.c3658 if (exception->severity >= ErrorException) in ReadSVGImage()

12