Searched refs:CoderWarning (Results 1 – 11 of 11) sorted by relevance
/external/ImageMagick/coders/ |
D | exr.c | 459 (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()
|
D | jp2.c | 236 (void) ThrowMagickException(exception,GetMagickModule(),CoderWarning, in JP2WarningHandler()
|
D | png.c | 1683 (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()
|
D | jpeg.c | 2338 (void) ThrowMagickException(exception,GetMagickModule(),CoderWarning, in WriteJPEGImage()
|
D | tiff.c | 905 (void) ThrowMagickException(exception,GetMagickModule(),CoderWarning, in TIFFWarnings()
|
/external/ImageMagick/MagickCore/ |
D | exception.h | 41 CoderWarning = 350, enumerator
|
D | exception.c | 534 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 | 677 if (strEQ(name,"CoderWarning")) 678 return(CoderWarning); 708 return(CoderWarning);
|
/external/ImageMagick/Magick++/lib/ |
D | Exception.cpp | 719 case MagickCore::CoderWarning: in createException() 895 case MagickCore::CoderWarning: in throwException()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 678 return(CoderWarning); in constant() 708 return(CoderWarning); in constant()
|