Searched refs:MagickError (Results 1 - 5 of 5) sorted by relevance

/external/ImageMagick/www/source/
H A Dcore.c46 MagickError(exception->severity,exception->reason,exception->description);
/external/ImageMagick/MagickCore/
H A Dexception.h165 MagickError(const ExceptionType,const char *,const char *),
H A Dexception.c228 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. function
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:
H A Dmethods.h19 egrep -v '(MagickError)|(MagickFatalError)|(MagickWarning)|(ThrowException)' | \
734 #define MagickError PrependMagickMethod(MagickError) macro
/external/ImageMagick/www/api/
H A Dexception.php55 <p class="text-center"><a href="exception.php#AcquireExceptionInfo">AcquireExceptionInfo</a> &bull; <a href="exception.php#ClearMagickException">ClearMagickException</a> &bull; <a href="exception.php#CatchException">CatchException</a> &bull; <a href="exception.php#CloneExceptionInfo">CloneExceptionInfo</a> &bull; <a href="exception.php#DestroyExceptionInfo">DestroyExceptionInfo</a> &bull; <a href="exception.php#GetExceptionMessage">GetExceptionMessage</a> &bull; <a href="exception.php#GetLocaleExceptionMessage">GetLocaleExceptionMessage</a> &bull; <a href="exception.php#InheritException">InheritException</a> &bull; <a href="exception.php#InitializeExceptionInfo">InitializeExceptionInfo</a> &bull; <a href="exception.php#MagickError">MagickError</a> &bull; <a href="exception.php#MagickFatalError">MagickFatalError</a> &bull; <a href="exception.php#MagickWarning">MagickWarning</a> &bull; <a href="exception.php#SetErrorHandler">SetErrorHandler</a> &bull; <a href="exception.php#SetFatalErrorHandler">SetFatalErrorHandler</a> &bull; <a href="exception.php#SetWarningHandler">SetWarningHandler</a> &bull; <a href="exception.php#ThrowException">ThrowException</a></p>
252 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/exception_8c.html" id="MagickError">MagickError</a></h2>
254 <p>MagickError() calls the exception handler methods with an error reason.</p>
256 <p>The format of the MagickError method is:</p>
259 void MagickError(const ExceptionType error,const char *reason,
287 <p>The format of the MagickError method is:</p>

Completed in 218 milliseconds