Searched refs:ThrowStreamException (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | stream.c | 161 #define ThrowStreamException(asperity,tag,option) \ in StreamImageCommand() macro 244 ThrowStreamException(ResourceLimitError,"MemoryAllocationFailed", in StreamImageCommand() 259 ThrowStreamException(OptionError,"ParenthesisNestedTooDeeply",option); in StreamImageCommand() 267 ThrowStreamException(OptionError,"UnableToParseExpression",option); in StreamImageCommand() 303 ThrowStreamException(OptionError,"MissingArgument",option); in StreamImageCommand() 306 ThrowStreamException(OptionError,"UnrecognizedOption",option) in StreamImageCommand() 316 ThrowStreamException(OptionError,"MissingArgument",option); in StreamImageCommand() 330 ThrowStreamException(OptionError,"MissingArgument",option); in StreamImageCommand() 333 ThrowStreamException(OptionError,"UnrecognizedChannelType", in StreamImageCommand() 346 ThrowStreamException(OptionError,"MissingArgument",option); in StreamImageCommand() [all …]
|