Searched refs:CoderWarning (Results 1 – 12 of 12) sorted by relevance
/external/ImageMagick/coders/ |
D | exr.c | 542 (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()
|
D | heic.c | 723 CoderWarning,"ExifProfileSizeExceedsLimit","`%s'", in WriteProfile()
|
D | jp2.c | 237 (void) ThrowMagickException(exception,GetMagickModule(),CoderWarning, in JP2WarningHandler()
|
D | jpeg.c | 2104 CoderWarning,"ExifProfileSizeExceedsLimit","`%s'", in WriteProfile() 2513 (void) ThrowMagickException(exception,GetMagickModule(),CoderWarning, in WriteJPEGImage()
|
D | png.c | 1748 (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()
|
D | tiff.c | 1029 (void) ThrowMagickException(exception,GetMagickModule(),CoderWarning, in TIFFWarnings()
|
/external/ImageMagick/MagickCore/ |
D | exception.h | 41 CoderWarning = 350, enumerator
|
D | exception.c | 585 case CoderWarning: return("Coder/Warning/"); in ExceptionSeverityToTag()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.pm.in | 37 FileOpenWarning BlobWarning StreamWarning CacheWarning CoderWarning
|
D | quantum.xs.in | 691 if (strEQ(name,"CoderWarning")) 692 return(CoderWarning); 722 return(CoderWarning);
|
/external/ImageMagick/Magick++/lib/ |
D | Exception.cpp | 718 case MagickCore::CoderWarning: in createException() 901 case MagickCore::CoderWarning: in throwException()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 692 return(CoderWarning); in constant() 722 return(CoderWarning); in constant()
|