Searched refs:ThrowAnimateException (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | animate.c | 247 #define ThrowAnimateException(asperity,tag,option) \ in AnimateImageCommand() macro 339 ThrowAnimateException(ResourceLimitError,"MemoryAllocationFailed", in AnimateImageCommand() 356 ThrowAnimateException(OptionError,"MissingArgument",option); in AnimateImageCommand() 368 ThrowAnimateException(XServerError,"UnableToOpenXServer", in AnimateImageCommand() 409 ThrowAnimateException(OptionError,"ParenthesisNestedTooDeeply", in AnimateImageCommand() 418 ThrowAnimateException(OptionError,"UnableToParseExpression",option); in AnimateImageCommand() 465 ThrowAnimateException(OptionError,"MissingArgument",option); in AnimateImageCommand() 469 ThrowAnimateException(OptionError, in AnimateImageCommand() 479 ThrowAnimateException(OptionError,"MissingArgument",option); in AnimateImageCommand() 482 ThrowAnimateException(OptionError,"UnrecognizedOption",option); in AnimateImageCommand() [all …]
|