Searched refs:TypeWarning (Results 1 – 8 of 8) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | exception.h | 32 TypeWarning = 305, enumerator
|
D | exception.c | 517 case TypeWarning: return("Type/Warning/"); in ExceptionSeverityToTag()
|
D | annotate.c | 955 (void) ThrowMagickException(exception,GetMagickModule(),TypeWarning, in RenderType() 989 (void) ThrowMagickException(exception,GetMagickModule(),TypeWarning, in RenderType()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.pm.in | 35 WarningException ResourceLimitWarning TypeWarning OptionWarning
|
D | quantum.xs.in | 803 if (strEQ(name,"TypeWarning")) 804 return(TypeWarning);
|
/external/ImageMagick/Magick++/lib/ |
D | Exception.cpp | 793 case MagickCore::TypeWarning: in createException() 976 case MagickCore::TypeWarning: in throwException()
|
/external/ImageMagick/coders/ |
D | psd.c | 1426 (void) ThrowMagickException(exception,GetMagickModule(),TypeWarning, in ReadPSDChannel() 2061 TypeWarning,"CompressionNotSupported","'%.20g'",(double) compression); in ReadPSDMergedImage()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 804 return(TypeWarning); in constant()
|