Searched refs:ThrowConvertException (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | convert.c | 494 #define ThrowConvertException(asperity,tag,option) \ in ConvertImageCommand() macro 572 ThrowConvertException(ResourceLimitError,"MemoryAllocationFailed", in ConvertImageCommand() 583 ThrowConvertException(OptionError,"ParenthesisNestedTooDeeply", in ConvertImageCommand() 592 ThrowConvertException(OptionError,"UnableToParseExpression",option); in ConvertImageCommand() 628 ThrowConvertException(OptionError,"MissingArgument",option); in ConvertImageCommand() 637 ThrowConvertException(OptionError,"MissingArgument",option); in ConvertImageCommand() 646 ThrowConvertException(OptionError,"MissingArgument",option); in ConvertImageCommand() 659 ThrowConvertException(OptionError,"MissingArgument",option); in ConvertImageCommand() 673 ThrowConvertException(OptionError,"MissingArgument",option); in ConvertImageCommand() 677 ThrowConvertException(OptionError, in ConvertImageCommand() [all …]
|