Home
last modified time | relevance | path

Searched refs:OptionWarning (Results 1 – 19 of 19) sorted by relevance

/external/ImageMagick/MagickCore/
Dxml-tree.c1579 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in ParseCloseTag()
1774 OptionWarning,"ParseError","circular entity declaration &%s",n); in ParseInternalDoctype()
1790 OptionWarning,"ParseError","unclosed <!ATTLIST"); in ParseInternalDoctype()
1813 OptionWarning,"ParseError","malformed <!ATTLIST"); in ParseInternalDoctype()
1827 OptionWarning,"ParseError","malformed <!ATTLIST"); in ParseInternalDoctype()
1849 OptionWarning,"ParseError","malformed <!ATTLIST"); in ParseInternalDoctype()
1992 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in NewXMLTree()
2001 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in NewXMLTree()
2012 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in NewXMLTree()
2034 OptionWarning,"ParseError","root tag missing"); in NewXMLTree()
[all …]
Dproperty.c2412 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, \ in GetMagickPropertyLetter()
2418 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, \ in GetMagickPropertyLetter()
3765 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in InterpretImageProperties()
3790 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in InterpretImageProperties()
4114 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in InterpretImageProperties()
4262 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in SetImageProperty()
4303 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in SetImageProperty()
4373 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in SetImageProperty()
4415 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in SetImageProperty()
4426 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in SetImageProperty()
[all …]
Dexception.h33 OptionWarning = 310, enumerator
Dcolor.c1054 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in GetColorCompliance()
2349 OptionWarning,"UnrecognizedColor","`%s'",name); in QueryColorCompliance()
2444 OptionWarning,"UnrecognizedColor","`%s'",name); in QueryColorCompliance()
2483 OptionWarning,"UnrecognizedColor","`%s'",name); in QueryColorCompliance()
Ddelegate.c567 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, \ in GetMagickPropertyLetter()
574 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, \ in GetMagickPropertyLetter()
1105 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in InterpretDelegateProperties()
Dtransform.c228 ThrowImageException(OptionWarning,"GeometryDoesNotContainImage"); in ChopImage()
594 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in CropImage()
645 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in CropImage()
1640 ThrowImageException(OptionWarning,"GeometryDoesNotContainImage"); in ShaveImage()
Dexception.c577 case OptionWarning: return("Option/Warning/"); in ExceptionSeverityToTag()
Dattribute.c384 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in GetEdgeBoundingBox()
551 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in GetImageBoundingBox()
Dmorphology.c4169 OptionWarning,"InvalidSetting","'%s' '%s'", in MorphologyImage()
4180 OptionWarning,"InvalidSetting","'%s' '%s'", in MorphologyImage()
4213 OptionWarning,"UnrecognizedComposeOperator","'%s' '%s'", in MorphologyImage()
Dlayer.c1719 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in RemoveZeroDelayLayers()
Dcomposite.c815 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in CompositeImage()
Ddistort.c2041 OptionWarning,"InvalidSetting","'%s' '%s'", in DistortImage()
/external/ImageMagick/MagickWand/
Dwandcli-private.h35 (void) CLIThrowException(cli_wand,GetMagickModule(),OptionWarning, \
Doperation.c475 CLIWandException(OptionWarning,"InterpretPropertyFailure",option); in CLISettingOptionInfo()
482 CLIWandException(OptionWarning,"InterpretPropertyFailure",option); in CLISettingOptionInfo()
1715 CLIWandException(OptionWarning,"InterpretPropertyFailure",option); in CLISimpleOperatorImage()
1722 CLIWandException(OptionWarning,"InterpretPropertyFailure",option); in CLISimpleOperatorImage()
2576 CLIWandExceptionBreak(OptionWarning,"InterpretPropertyFailure", in CLISimpleOperatorImage()
3859 CLIWandException(OptionWarning,"InterpretPropertyFailure",option); in CLIListOperatorImages()
3866 CLIWandException(OptionWarning,"InterpretPropertyFailure",option); in CLIListOperatorImages()
4794 CLIWandException(OptionWarning,"InterpretPropertyFailure",option); in CLINoImageOperator()
4801 CLIWandException(OptionWarning,"InterpretPropertyFailure",option); in CLINoImageOperator()
5040 CLIWandExceptionBreak(OptionWarning,"InterpretPropertyFailure", in CLINoImageOperator()
[all …]
/external/ImageMagick/PerlMagick/quantum/
Dquantum.pm.in35 WarningException ResourceLimitWarning TypeWarning OptionWarning
Dquantum.xs.in771 if (strEQ(name,"OptionWarning"))
772 return(OptionWarning);
/external/ImageMagick/Magick++/lib/
DException.cpp768 case MagickCore::OptionWarning: in createException()
951 case MagickCore::OptionWarning: in throwException()
DImage.cpp956 throwExceptionExplicit(MagickCore::OptionWarning, in geometry()
/external/ImageMagick/PerlMagick/
DMagick.xs772 return(OptionWarning); in constant()