Searched refs:InheritException (Results 1 – 11 of 11) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | exception.h | 164 InheritException(ExceptionInfo *,const ExceptionInfo *),
|
D | exception.c | 258 InheritException(clone_exception,exception); in CloneExceptionInfo() 628 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 | 597 #define InheritException PrependMagickMethod(InheritException) macro
|
/external/ImageMagick/www/source/ |
D | mgk.c | 204 InheritException(exception,&image->exception); in ReadMGKImage()
|
/external/ImageMagick/MagickWand/ |
D | magick-wand.c | 132 InheritException(clone_wand->exception,wand->exception); in CloneMagickWand()
|
D | pixel-iterator.c | 174 InheritException(clone_iterator->exception,iterator->exception); in ClonePixelIterator()
|
D | wand-view.c | 144 InheritException(clone_view->exception,wand_view->exception); in CloneWandView()
|
D | pixel-wand.c | 160 InheritException(clone_wand->exception,wand->exception); in ClonePixelWand()
|
D | drawing-wand.c | 506 InheritException(clone_wand->exception,wand->exception); in CloneDrawingWand()
|
D | magick-image.c | 106 InheritException(clone_wand->exception,wand->exception); in CloneMagickWandFromImages()
|