Searched refs:ThrowAnimateException (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | animate.c | 225 #define ThrowAnimateException(asperity,tag,option) \ in AnimateImageCommand() macro 317 ThrowAnimateException(ResourceLimitError,"MemoryAllocationFailed", in AnimateImageCommand() 334 ThrowAnimateException(OptionError,"MissingArgument",option); in AnimateImageCommand() 349 ThrowAnimateException(XServerError,"UnableToOpenXServer", in AnimateImageCommand() 390 ThrowAnimateException(OptionError,"ParenthesisNestedTooDeeply", in AnimateImageCommand() 399 ThrowAnimateException(OptionError,"UnableToParseExpression",option); in AnimateImageCommand() 446 ThrowAnimateException(OptionError,"MissingArgument",option); in AnimateImageCommand() 450 ThrowAnimateException(OptionError, in AnimateImageCommand() 460 ThrowAnimateException(OptionError,"MissingArgument",option); in AnimateImageCommand() 463 ThrowAnimateException(OptionError,"UnrecognizedOption",option); in AnimateImageCommand() [all …]
|