Home
last modified time | relevance | path

Searched refs:TypeWarning (Results 1 – 8 of 8) sorted by relevance

/external/ImageMagick/MagickCore/
Dexception.h32 TypeWarning = 305, enumerator
Dexception.c517 case TypeWarning: return("Type/Warning/"); in ExceptionSeverityToTag()
Dannotate.c955 (void) ThrowMagickException(exception,GetMagickModule(),TypeWarning, in RenderType()
989 (void) ThrowMagickException(exception,GetMagickModule(),TypeWarning, in RenderType()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.pm.in35 WarningException ResourceLimitWarning TypeWarning OptionWarning
Dquantum.xs.in803 if (strEQ(name,"TypeWarning"))
804 return(TypeWarning);
/external/ImageMagick/Magick++/lib/
DException.cpp793 case MagickCore::TypeWarning: in createException()
976 case MagickCore::TypeWarning: in throwException()
/external/ImageMagick/coders/
Dpsd.c1426 (void) ThrowMagickException(exception,GetMagickModule(),TypeWarning, in ReadPSDChannel()
2061 TypeWarning,"CompressionNotSupported","'%.20g'",(double) compression); in ReadPSDMergedImage()
/external/ImageMagick/PerlMagick/
DMagick.xs804 return(TypeWarning); in constant()