/external/ImageMagick/MagickCore/ |
exception.h | 164 InheritException(ExceptionInfo *,const ExceptionInfo *),
|
exception.c | 266 InheritException(clone_exception,exception); 630 % InheritException() inherits an exception from a related exception. 632 % The format of the InheritException method is: 634 % InheritException(ExceptionInfo *exception,const ExceptionInfo *relative) 643 MagickExport void InheritException(ExceptionInfo *exception, [all...] |
image-view.c | 120 InheritException(clone_view->exception,image_view->exception); [all...] |
methods.h | [all...] |
/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...] |