Searched refs:InheritException (Results 1 - 12 of 12) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dexception.h164 InheritException(ExceptionInfo *,const ExceptionInfo *),
H A Dexception.c275 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,
636 MagickExport void InheritException(ExceptionInfo *exception, function
H A Dimage-view.c121 InheritException(clone_view->exception,image_view->exception);
H A Dmethods.h635 #define InheritException PrependMagickMethod(InheritException) 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>
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/
H A Dmgk.c208 InheritException(exception,&image->exception);
/external/ImageMagick/MagickWand/
H A Dmagick-wand.c135 InheritException(clone_wand->exception,wand->exception);
H A Dpixel-iterator.c179 InheritException(clone_iterator->exception,iterator->exception);
H A Dwand-view.c147 InheritException(clone_view->exception,wand_view->exception);
H A Dpixel-wand.c165 InheritException(clone_wand->exception,wand->exception);
H A Ddrawing-wand.c513 InheritException(clone_wand->exception,wand->exception);
H A Dmagick-image.c109 InheritException(clone_wand->exception,wand->exception);

Completed in 293 milliseconds