Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dexception.h32 TypeWarning = 305, enumerator
Dexception.c576 case TypeWarning: return("Type/Warning/"); in ExceptionSeverityToTag()
Dtype.c493 (void) ThrowMagickException(exception,GetMagickModule(),TypeWarning, in GetTypeInfoByFamily()
Dannotate.c971 (void) ThrowMagickException(exception,GetMagickModule(),TypeWarning, in RenderType()
1007 (void) ThrowMagickException(exception,GetMagickModule(),TypeWarning, in RenderType()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.pm.in35 WarningException ResourceLimitWarning TypeWarning OptionWarning
Dquantum.xs.in813 if (strEQ(name,"TypeWarning"))
814 return(TypeWarning);
/external/ImageMagick/Magick++/lib/
DException.cpp793 case MagickCore::TypeWarning: in createException()
976 case MagickCore::TypeWarning: in throwException()
/external/ImageMagick/coders/
Dpsd.c1527 (void) ThrowMagickException(exception,GetMagickModule(),TypeWarning, in ReadPSDChannel()
2255 TypeWarning,"CompressionNotSupported","'%.20g'",(double) compression); in ReadPSDMergedImage()
/external/ImageMagick/PerlMagick/
DMagick.xs814 return(TypeWarning); in constant()