UndefinedStretch  964 Magick++/lib/Magick++/Include.h   using MagickCore::UndefinedStretch;
UndefinedStretch 1626 magick/option.c     { "Undefined", UndefinedStretch, UndefinedOptionFlag, MagickTrue },
UndefinedStretch 1637 magick/option.c     { (char *) NULL, UndefinedStretch, UndefinedOptionFlag, MagickFalse }
UndefinedStretch  412 magick/type.c      if ((stretch != UndefinedStretch) && (stretch != AnyStretch) &&
UndefinedStretch  467 magick/type.c      if ((stretch == UndefinedStretch) || (stretch == AnyStretch))
UndefinedStretch 2995 wand/mogrify.c                 draw_info->stretch=UndefinedStretch;