Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dexception.h164 InheritException(ExceptionInfo *,const ExceptionInfo *),
Dexception.c265 InheritException(clone_exception,exception); in CloneExceptionInfo()
687 MagickExport void InheritException(ExceptionInfo *exception, in InheritException() function
Dimage-view.c117 InheritException(clone_view->exception,image_view->exception); in CloneImageView()
Dmethods.h664 #define InheritException PrependMagickMethod(InheritException) macro
/external/ImageMagick/MagickWand/
Dmagick-wand.c129 InheritException(clone_wand->exception,wand->exception); in CloneMagickWand()
Dpixel-iterator.c172 InheritException(clone_iterator->exception,iterator->exception); in ClonePixelIterator()
Dwand-view.c141 InheritException(clone_view->exception,wand_view->exception); in CloneWandView()
Dpixel-wand.c157 InheritException(clone_wand->exception,wand->exception); in ClonePixelWand()
Ddrawing-wand.c507 InheritException(clone_wand->exception,wand->exception); in CloneDrawingWand()
Dmagick-image.c103 InheritException(clone_wand->exception,wand->exception); in CloneMagickWandFromImages()