HomeSort by relevance Sort by last modified time
    Searched defs:MagickWarning (Results 1 - 2 of 2) sorted by null

  /external/ImageMagick/MagickCore/
exception.c 225 MagickWarning(p->severity,p->reason,p->description);
795 % MagickWarning() calls the warning handler methods with a warning reason.
797 % The format of the MagickWarning method is:
799 % void MagickWarning(const ExceptionType warning,const char *reason,
811 MagickExport void MagickWarning(const ExceptionType warning,const char *reason,
    [all...]
methods.h 19 egrep -v '(MagickError)|(MagickFatalError)|(MagickWarning)|(ThrowException)' | \
    [all...]

Completed in 89 milliseconds