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

  /external/ImageMagick/MagickCore/
exception.h 164 InheritException(ExceptionInfo *,const ExceptionInfo *),
exception.c 275 InheritException(clone_exception,exception);
638 % InheritException() inherits an exception from a related exception.
640 % The format of the InheritException method is:
642 % InheritException(ExceptionInfo *exception,const ExceptionInfo *relative)
651 MagickExport void InheritException(ExceptionInfo *exception,
    [all...]
image-view.c 121 InheritException(clone_view->exception,image_view->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>
204 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/exception_8c.html" id="InheritException">InheritException</a></h2>
206 <p>InheritException() inherits an exception from a related exception.</p>
208 <p>The format of the InheritException method is:</p>
211 InheritException(ExceptionInfo *exception,const ExceptionInfo *relative)
  /external/ImageMagick/www/source/
mgk.c 208 InheritException(exception,&image->exception);
  /external/ImageMagick/MagickWand/
magick-wand.c 135 InheritException(clone_wand->exception,wand->exception);
    [all...]
pixel-iterator.c 179 InheritException(clone_iterator->exception,iterator->exception);
    [all...]
wand-view.c 147 InheritException(clone_view->exception,wand_view->exception);
    [all...]
pixel-wand.c 165 InheritException(clone_wand->exception,wand->exception);
    [all...]
drawing-wand.c 513 InheritException(clone_wand->exception,wand->exception);
    [all...]
magick-image.c 109 InheritException(clone_wand->exception,wand->exception);
    [all...]

Completed in 592 milliseconds