Searched refs:ThrowCompareException (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | compare.c | 215 #define ThrowCompareException(asperity,tag,option) \ in CompareImagesCommand() macro 317 ThrowCompareException(ResourceLimitError,"MemoryAllocationFailed", in CompareImagesCommand() 326 ThrowCompareException(OptionError,"ParenthesisNestedTooDeeply", in CompareImagesCommand() 335 ThrowCompareException(OptionError,"UnableToParseExpression",option); in CompareImagesCommand() 373 ThrowCompareException(OptionError,"MissingArgument",option); in CompareImagesCommand() 377 ThrowCompareException(OptionError, in CompareImagesCommand() 387 ThrowCompareException(OptionError,"MissingArgument",option); in CompareImagesCommand() 390 ThrowCompareException(OptionError,"UnrecognizedOption",option); in CompareImagesCommand() 400 ThrowCompareException(OptionError,"MissingArgument",option); in CompareImagesCommand() 407 ThrowCompareException(OptionError,"MissingArgument",option); in CompareImagesCommand() [all …]
|