Home
last modified time | relevance | path

Searched refs:CloneExceptionInfo (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/MagickCore/
Dexception.h146 *CloneExceptionInfo(ExceptionInfo *),
Dexception.c258 MagickExport ExceptionInfo *CloneExceptionInfo(ExceptionInfo *exception) in CloneExceptionInfo() function
Dmethods.h141 #define CloneExceptionInfo PrependMagickMethod(CloneExceptionInfo) macro
/external/ImageMagick/MagickWand/
Ddrawing-wand.c908 return CloneExceptionInfo(wand->exception); in DrawCloneExceptionInfo()