HomeSort by relevance Sort by last modified time
    Searched refs:InitializeExceptionInfo (Results 1 - 4 of 4) sorted by null

  /external/ImageMagick/MagickCore/
exception-private.h 94 InitializeExceptionInfo(ExceptionInfo *);
exception.c 120 InitializeExceptionInfo(exception);
274 InitializeExceptionInfo(clone_exception);
689 % InitializeExceptionInfo() initializes an exception to default values.
691 % The format of the InitializeExceptionInfo method is:
693 % InitializeExceptionInfo(ExceptionInfo *exception)
700 MagickPrivate void InitializeExceptionInfo(ExceptionInfo *exception)
    [all...]
methods.h     [all...]
  /external/ImageMagick/www/api/
exception.php 55 <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>
230 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/exception_8c.html" id="InitializeExceptionInfo">InitializeExceptionInfo</a></h2>
232 <p>InitializeExceptionInfo() initializes an exception to default values.</p>
234 <p>The format of the InitializeExceptionInfo method is:</p>
237 InitializeExceptionInfo(ExceptionInfo *exception)

Completed in 44 milliseconds