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

  /external/ImageMagick/MagickCore/
geometry.h 35 #undef WidthValue
36 WidthValue = 0x0004,
geometry.c 236 flags|=WidthValue;
308 if (((flags & SeparatorValue) != 0) && ((flags & WidthValue) == 0) &&
317 (flags & WidthValue) ? 'W' : ' ',(flags & HeightValue) ? 'H' : ' ',
    [all...]
constitute.c 707 if (((flags & WidthValue) != 0) || ((flags & HeightValue) != 0))
    [all...]
composite.c 812 if ((flags & WidthValue) == 0)
977 if ((flags & (WidthValue | HeightValue)) == 0 )
    [all...]
morphology.c 274 if ( (flags & WidthValue) == 0 ) /* if no width then */
428 if ( (flags & WidthValue) == 0 )
445 if ( (flags & WidthValue) == 0 ) /* if no width then */
    [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 63 #define WidthValue 0x0004
  /external/ImageMagick/Magick++/lib/
Geometry.cpp 221 if ((flags & WidthValue) != 0)
  /external/ImageMagick/coders/
dib.c 597 if (flags & WidthValue)
    [all...]
msl.c     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h 666 using MagickCore::WidthValue;
    [all...]
  /external/ImageMagick/MagickWand/
operation.c     [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]

Completed in 496 milliseconds