Home
last modified time | relevance | path

Searched refs:InheritException (Results 1 – 11 of 11) sorted by relevance

/external/ImageMagick/MagickCore/
Dexception.h164 InheritException(ExceptionInfo *,const ExceptionInfo *),
Dexception.c258 InheritException(clone_exception,exception); in CloneExceptionInfo()
628 MagickExport void InheritException(ExceptionInfo *exception, in InheritException() function
Dimage-view.c117 InheritException(clone_view->exception,image_view->exception); in CloneImageView()
Dmethods.h597 #define InheritException PrependMagickMethod(InheritException) macro
/external/ImageMagick/www/source/
Dmgk.c204 InheritException(exception,&image->exception); in ReadMGKImage()
/external/ImageMagick/MagickWand/
Dmagick-wand.c132 InheritException(clone_wand->exception,wand->exception); in CloneMagickWand()
Dpixel-iterator.c174 InheritException(clone_iterator->exception,iterator->exception); in ClonePixelIterator()
Dwand-view.c144 InheritException(clone_view->exception,wand_view->exception); in CloneWandView()
Dpixel-wand.c160 InheritException(clone_wand->exception,wand->exception); in ClonePixelWand()
Ddrawing-wand.c506 InheritException(clone_wand->exception,wand->exception); in CloneDrawingWand()
Dmagick-image.c106 InheritException(clone_wand->exception,wand->exception); in CloneMagickWandFromImages()