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

  /external/ImageMagick/MagickCore/
exception.h 163 ClearMagickException(ExceptionInfo *),
exception.c 137 % ClearMagickException() clears any exception that may not have been caught
140 % The format of the ClearMagickException method is:
142 % ClearMagickException(ExceptionInfo *exception)
164 MagickExport void ClearMagickException(ExceptionInfo *exception)
240 ClearMagickException(exception);
    [all...]
magick.c     [all...]
module.c     [all...]
methods.h 146 #define ClearMagickException PrependMagickMethod(ClearMagickException)
    [all...]
transform.c 890 ClearMagickException(exception);
    [all...]
fx.c     [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>
67 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/exception_8c.html" id="ClearMagickException">ClearMagickException</a></h2>
69 <p>ClearMagickException() clears any exception that may not have been caught yet.</p>
71 <p>The format of the ClearMagickException method is:</p>
74 ClearMagickException(ExceptionInfo *exception)
  /external/ImageMagick/MagickWand/
magick-wand.c 90 ClearMagickException(wand->exception);
250 ClearMagickException(wand->exception);
    [all...]
pixel-iterator.c 131 ClearMagickException(iterator->exception);
382 ClearMagickException(iterator->exception);
    [all...]
pixel-wand.c 119 ClearMagickException(wand->exception);
501 ClearMagickException(wand->exception);
    [all...]
magick-property.c     [all...]
drawing-wand.c 464 ClearMagickException(wand->exception);
890 ClearMagickException(wand->exception);
    [all...]
magick-image.c     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h     [all...]

Completed in 203 milliseconds