Home | History | Annotate | Download | only in MagickWand

Lines Matching refs:ExceptionInfo

105   ExceptionInfo
905 % DrawCloneExceptionInfo() clones the ExceptionInfo structure within the wand.
909 % ExceptionInfo *DrawCloneExceptionInfo(DrawWand *wand)
916 WandExport ExceptionInfo *DrawCloneExceptionInfo(const DrawingWand *wand)
920 if (wand->exception == (ExceptionInfo*) NULL)
921 return (ExceptionInfo*) NULL;