Searched defs:ClearMagickException (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dexception.c137 % ClearMagickException() clears any exception that may not have been caught
140 % The format of the ClearMagickException method is:
142 % ClearMagickException(ExceptionInfo *exception)
164 MagickExport void ClearMagickException(ExceptionInfo *exception)
240 ClearMagickException(exception);
158 MagickExport void ClearMagickException(ExceptionInfo *exception) function
H A Dmethods.h146 #define ClearMagickException PrependMagickMethod(ClearMagickException) macro

Completed in 103 milliseconds