Home
last modified time | relevance | path

Searched refs:CoderWarning (Results 1 – 11 of 11) sorted by relevance

/external/ImageMagick/coders/
Dexr.c459 (void) ThrowMagickException(exception,GetMagickModule(),CoderWarning, in WriteEXRImage()
486 (void) ThrowMagickException(exception,GetMagickModule(),CoderWarning, in WriteEXRImage()
497 CoderWarning,"sampling-factor and color type mismatch","=%s", in WriteEXRImage()
Djp2.c236 (void) ThrowMagickException(exception,GetMagickModule(),CoderWarning, in JP2WarningHandler()
Dpng.c1683 (void) ThrowMagickException(exception,GetMagickModule(),CoderWarning, in MagickPNGWarningHandler()
11740 GetMagickModule(),CoderWarning, in WritePNGImage()
11774 GetMagickModule(),CoderWarning, in WritePNGImage()
11897 GetMagickModule(),CoderWarning, in WritePNGImage()
11932 GetMagickModule(),CoderWarning, in WritePNGImage()
11969 GetMagickModule(),CoderWarning, in WritePNGImage()
13180 CoderWarning, in WriteMNGImage()
Djpeg.c2338 (void) ThrowMagickException(exception,GetMagickModule(),CoderWarning, in WriteJPEGImage()
Dtiff.c905 (void) ThrowMagickException(exception,GetMagickModule(),CoderWarning, in TIFFWarnings()
/external/ImageMagick/MagickCore/
Dexception.h41 CoderWarning = 350, enumerator
Dexception.c534 case CoderWarning: return("Coder/Warning/"); in ExceptionSeverityToTag()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.pm.in37 FileOpenWarning BlobWarning StreamWarning CacheWarning CoderWarning
Dquantum.xs.in677 if (strEQ(name,"CoderWarning"))
678 return(CoderWarning);
708 return(CoderWarning);
/external/ImageMagick/Magick++/lib/
DException.cpp719 case MagickCore::CoderWarning: in createException()
895 case MagickCore::CoderWarning: in throwException()
/external/ImageMagick/PerlMagick/
DMagick.xs678 return(CoderWarning); in constant()
708 return(CoderWarning); in constant()