Searched refs:InheritException (Results 1 – 10 of 10) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | exception.h | 164 InheritException(ExceptionInfo *,const ExceptionInfo *),
|
D | exception.c | 265 InheritException(clone_exception,exception); in CloneExceptionInfo() 687 MagickExport void InheritException(ExceptionInfo *exception, in InheritException() function
|
D | image-view.c | 117 InheritException(clone_view->exception,image_view->exception); in CloneImageView()
|
D | methods.h | 664 #define InheritException PrependMagickMethod(InheritException) macro
|
/external/ImageMagick/MagickWand/ |
D | magick-wand.c | 129 InheritException(clone_wand->exception,wand->exception); in CloneMagickWand()
|
D | pixel-iterator.c | 172 InheritException(clone_iterator->exception,iterator->exception); in ClonePixelIterator()
|
D | wand-view.c | 141 InheritException(clone_view->exception,wand_view->exception); in CloneWandView()
|
D | pixel-wand.c | 157 InheritException(clone_wand->exception,wand->exception); in ClonePixelWand()
|
D | drawing-wand.c | 507 InheritException(clone_wand->exception,wand->exception); in CloneDrawingWand()
|
D | magick-image.c | 103 InheritException(clone_wand->exception,wand->exception); in CloneMagickWandFromImages()
|