Searched refs:ThrowConvertException (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | convert.c | 527 #define ThrowConvertException(asperity,tag,option) \ in ConvertImageCommand() macro 605 ThrowConvertException(ResourceLimitError,"MemoryAllocationFailed", in ConvertImageCommand() 616 ThrowConvertException(OptionError,"ParenthesisNestedTooDeeply", in ConvertImageCommand() 625 ThrowConvertException(OptionError,"UnableToParseExpression",option); in ConvertImageCommand() 661 ThrowConvertException(OptionError,"MissingArgument",option); in ConvertImageCommand() 670 ThrowConvertException(OptionError,"MissingArgument",option); in ConvertImageCommand() 679 ThrowConvertException(OptionError,"MissingArgument",option); in ConvertImageCommand() 692 ThrowConvertException(OptionError,"MissingArgument",option); in ConvertImageCommand() 706 ThrowConvertException(OptionError,"MissingArgument",option); in ConvertImageCommand() 710 ThrowConvertException(OptionError, in ConvertImageCommand() [all …]
|