Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dexr.c542 (void) ThrowMagickException(exception,GetMagickModule(),CoderWarning, in WriteEXRImage()
569 (void) ThrowMagickException(exception,GetMagickModule(),CoderWarning, in WriteEXRImage()
580 CoderWarning,"sampling-factor and color type mismatch","=%s", in WriteEXRImage()
Dheic.c723 CoderWarning,"ExifProfileSizeExceedsLimit","`%s'", in WriteProfile()
Djp2.c237 (void) ThrowMagickException(exception,GetMagickModule(),CoderWarning, in JP2WarningHandler()
Djpeg.c2104 CoderWarning,"ExifProfileSizeExceedsLimit","`%s'", in WriteProfile()
2513 (void) ThrowMagickException(exception,GetMagickModule(),CoderWarning, in WriteJPEGImage()
Dpng.c1748 (void) ThrowMagickException(exception,GetMagickModule(),CoderWarning, in MagickPNGWarningHandler()
12286 GetMagickModule(),CoderWarning, in WritePNGImage()
12320 GetMagickModule(),CoderWarning, in WritePNGImage()
12451 GetMagickModule(),CoderWarning, in WritePNGImage()
12486 GetMagickModule(),CoderWarning, in WritePNGImage()
12523 GetMagickModule(),CoderWarning, in WritePNGImage()
13743 CoderWarning, in WriteMNGImage()
Dtiff.c1029 (void) ThrowMagickException(exception,GetMagickModule(),CoderWarning, in TIFFWarnings()
/external/ImageMagick/MagickCore/
Dexception.h41 CoderWarning = 350, enumerator
Dexception.c585 case CoderWarning: return("Coder/Warning/"); in ExceptionSeverityToTag()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.pm.in37 FileOpenWarning BlobWarning StreamWarning CacheWarning CoderWarning
Dquantum.xs.in691 if (strEQ(name,"CoderWarning"))
692 return(CoderWarning);
722 return(CoderWarning);
/external/ImageMagick/Magick++/lib/
DException.cpp718 case MagickCore::CoderWarning: in createException()
901 case MagickCore::CoderWarning: in throwException()
/external/ImageMagick/PerlMagick/
DMagick.xs692 return(CoderWarning); in constant()
722 return(CoderWarning); in constant()