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

  /external/ImageMagick/MagickCore/
exception.c 228 MagickError(p->severity,p->reason,p->description);
232 MagickError(ResourceLimitError,"too many exceptions",
296 % void MagickError(const ExceptionType severity,const char *reason,
722 % MagickError() calls the exception handler methods with an error reason.
724 % The format of the MagickError method is:
726 % void MagickError(const ExceptionType error,const char *reason,
739 MagickExport void MagickError(const ExceptionType error,const char *reason,
761 % The format of the MagickError method is:
    [all...]
methods.h 19 egrep -v '(MagickError)|(MagickFatalError)|(MagickWarning)|(ThrowException)' | \
    [all...]

Completed in 62 milliseconds