/external/ImageMagick/MagickCore/ |
D | xml-tree.c | 1573 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in ParseCloseTag() 1761 OptionWarning,"ParseError","circular entity declaration &%s",n); in ParseInternalDoctype() 1777 OptionWarning,"ParseError","unclosed <!ATTLIST"); in ParseInternalDoctype() 1800 OptionWarning,"ParseError","malformed <!ATTLIST"); in ParseInternalDoctype() 1814 OptionWarning,"ParseError","malformed <!ATTLIST"); in ParseInternalDoctype() 1836 OptionWarning,"ParseError","malformed <!ATTLIST"); in ParseInternalDoctype() 1979 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in NewXMLTree() 1988 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in NewXMLTree() 1999 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in NewXMLTree() 2021 OptionWarning,"ParseError","root tag missing"); in NewXMLTree() [all …]
|
D | exception.h | 33 OptionWarning = 310, enumerator
|
D | property.c | 2351 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, \ in GetMagickPropertyLetter() 2357 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, \ in GetMagickPropertyLetter() 3484 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in InterpretImageProperties() 3509 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in InterpretImageProperties() 3570 OptionWarning,"NoImageForProperty","\"%%[%s]\"",pattern); in InterpretImageProperties() 3608 OptionWarning,"NoImageForProperty","\"%%[%s]\"",pattern); in InterpretImageProperties() 3651 OptionWarning,"NoImageForProperty","\"%%[%s]\"",pattern); in InterpretImageProperties() 3681 OptionWarning,"NoImageForProperty","\"%%[%s]\"",pattern); in InterpretImageProperties() 3711 OptionWarning,"NoImageForProperty","\"%%[%s]\"",pattern); in InterpretImageProperties() 3818 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in InterpretImageProperties()
|
D | delegate.c | 517 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, \ in GetMagickPropertyLetter() 524 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, \ in GetMagickPropertyLetter() 1043 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in InterpretDelegateProperties()
|
D | transform.c | 225 ThrowImageException(OptionWarning,"GeometryDoesNotContainImage"); in ChopImage() 589 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in CropImage() 640 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in CropImage() 1658 ThrowImageException(OptionWarning,"GeometryDoesNotContainImage"); in ShaveImage()
|
D | exception.c | 526 case OptionWarning: return("Option/Warning/"); in ExceptionSeverityToTag()
|
D | color.c | 1051 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in GetColorCompliance() 2303 OptionWarning,"UnrecognizedColor","`%s'",name); in QueryColorCompliance() 2395 OptionWarning,"UnrecognizedColor","`%s'",name); in QueryColorCompliance()
|
D | attribute.c | 240 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in GetImageBoundingBox()
|
D | morphology.c | 4140 OptionWarning,"InvalidSetting","'%s' '%s'", in MorphologyImage() 4151 OptionWarning,"InvalidSetting","'%s' '%s'", in MorphologyImage() 4184 OptionWarning,"UnrecognizedComposeOperator","'%s' '%s'", in MorphologyImage()
|
D | layer.c | 1690 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, in RemoveZeroDelayLayers()
|
D | composite.c | 812 (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning,
|
D | distort.c | 1954 OptionWarning,"InvalidSetting","'%s' '%s'", in DistortImage()
|
/external/ImageMagick/MagickWand/ |
D | wandcli-private.h | 35 (void) CLIThrowException(cli_wand,GetMagickModule(),OptionWarning, \
|
D | operation.c | 455 CLIWandException(OptionWarning,"InterpretPropertyFailure",option); in CLISettingOptionInfo() 462 CLIWandException(OptionWarning,"InterpretPropertyFailure",option); in CLISettingOptionInfo() 1696 CLIWandException(OptionWarning,"InterpretPropertyFailure",option); in CLISimpleOperatorImage() 1703 CLIWandException(OptionWarning,"InterpretPropertyFailure",option); in CLISimpleOperatorImage() 2529 CLIWandExceptionBreak(OptionWarning,"InterpretPropertyFailure", in CLISimpleOperatorImage() 3723 CLIWandException(OptionWarning,"InterpretPropertyFailure",option); in CLIListOperatorImages() 3730 CLIWandException(OptionWarning,"InterpretPropertyFailure",option); in CLIListOperatorImages() 4632 CLIWandException(OptionWarning,"InterpretPropertyFailure",option); in CLINoImageOperator() 4639 CLIWandException(OptionWarning,"InterpretPropertyFailure",option); in CLINoImageOperator() 4877 CLIWandExceptionBreak(OptionWarning,"InterpretPropertyFailure", in CLINoImageOperator() [all …]
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.pm.in | 35 WarningException ResourceLimitWarning TypeWarning OptionWarning
|
D | quantum.xs.in | 749 if (strEQ(name,"OptionWarning")) 750 return(OptionWarning);
|
/external/ImageMagick/Magick++/lib/ |
D | Exception.cpp | 769 case MagickCore::OptionWarning: in createException() 945 case MagickCore::OptionWarning: in throwException()
|
D | Image.cpp | 960 throwExceptionExplicit(MagickCore::OptionWarning, in geometry()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 750 return(OptionWarning); in constant()
|