HomeSort by relevance Sort by last modified time
    Searched refs:HeightValue (Results 1 - 18 of 18) sorted by null

  /external/ImageMagick/MagickCore/
geometry.h 38 #undef HeightValue
39 HeightValue = 0x0008,
geometry.c 254 flags|=HeightValue;
302 if (((flags & SeparatorValue) == 0) && ((flags & HeightValue) == 0))
306 flags|=HeightValue;
317 (flags & WidthValue) ? 'W' : ' ',(flags & HeightValue) ? 'H' : ' ',
    [all...]
composite.c 826 if ((flags & HeightValue) != 0 )
977 if ((flags & (WidthValue | HeightValue)) == 0 )
1007 if ((flags & HeightValue) == 0)
    [all...]
constitute.c 707 if (((flags & WidthValue) != 0) || ((flags & HeightValue) != 0))
    [all...]
montage.c 505 if ((flags & HeightValue) == 0)
    [all...]
morphology.c 437 if ( (flags & HeightValue) == 0 )
461 if ( (flags & HeightValue) == 0 ) /* no distance scale */
    [all...]
image.c     [all...]
xwindow.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xutil.h 64 #define HeightValue 0x0008
  /external/ImageMagick/Magick++/lib/
Geometry.cpp 227 if ((flags & HeightValue) != 0)
  /external/ImageMagick/coders/
msl.c     [all...]
dib.c 600 if (flags & HeightValue)
    [all...]
jp2.c 843 if ((flags & HeightValue) != 0)
    [all...]
tiff.c     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h 661 using MagickCore::HeightValue;
    [all...]
  /external/ImageMagick/MagickWand/
operation.c     [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]

Completed in 511 milliseconds