Searched refs:ThrowCompositeException (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | composite.c | 417 #define ThrowCompositeException(asperity,tag,option) \ in CompositeImageCommand() macro 505 ThrowCompositeException(ResourceLimitError,"MemoryAllocationFailed", in CompositeImageCommand() 514 ThrowCompositeException(OptionError,"ParenthesisNestedTooDeeply", in CompositeImageCommand() 523 ThrowCompositeException(OptionError,"UnableToParseExpression",option); in CompositeImageCommand() 555 ThrowCompositeException(OptionError,"MissingArgument",option); in CompositeImageCommand() 569 ThrowCompositeException(OptionError,"MissingArgument",option); in CompositeImageCommand() 572 ThrowCompositeException(OptionError, in CompositeImageCommand() 582 ThrowCompositeException(OptionError,"MissingArgument",option); in CompositeImageCommand() 585 ThrowCompositeException(OptionError,"UnrecognizedOption",option) in CompositeImageCommand() 595 ThrowCompositeException(OptionError,"MissingArgument",option); in CompositeImageCommand() [all …]
|