Searched refs:ThrowDisplayException (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | display.c | 285 #define ThrowDisplayException(asperity,tag,option) \ in DisplayImageCommand() macro 386 ThrowDisplayException(ResourceLimitError,"MemoryAllocationFailed", in DisplayImageCommand() 391 ThrowDisplayException(ResourceLimitError,"MemoryAllocationFailed", in DisplayImageCommand() 411 ThrowDisplayException(OptionError,"MissingArgument",option); in DisplayImageCommand() 423 ThrowDisplayException(XServerError,"UnableToOpenXServer", in DisplayImageCommand() 470 ThrowDisplayException(OptionError,"ParenthesisNestedTooDeeply", in DisplayImageCommand() 479 ThrowDisplayException(OptionError,"UnableToParseExpression",option); in DisplayImageCommand() 517 ThrowDisplayException(ResourceLimitError,"MemoryAllocationFailed", in DisplayImageCommand() 676 ThrowDisplayException(OptionError,"MissingArgument",option); in DisplayImageCommand() 679 ThrowDisplayException(OptionError,"UnrecognizedAlphaChannelOption", in DisplayImageCommand() [all …]
|