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

  /external/ImageMagick/MagickCore/
geometry.h 32 #undef YValue
33 YValue = 0x0002,
geometry.c 295 flags|=YValue;
319 (flags & YValue) ? ((flags & YNegative) ? "-Y" : "+Y") : " ");
792 flags|=YValue;
    [all...]
constitute.c 697 if (((flags & XValue) != 0) || ((flags & YValue) != 0))
    [all...]
composite.c 850 if ((flags & YValue) != 0 )
    [all...]
image.c 244 if (((flags & XValue) != 0) || ((flags & YValue) != 0))
    [all...]
morphology.c 288 kernel->y = ((flags & YValue)!=0) ? (ssize_t)args.psi
453 if ( (flags & YValue) == 0 )
    [all...]
transform.c 894 ((flags & XValue) != 0) || ((flags & YValue) != 0))
    [all...]
animate.c 1036 if (((flags & (XValue | YValue))) != 0
    [all...]
xwindow.c     [all...]
display.c     [all...]
  /frameworks/rs/rsov/compiler/
Wrapper.cpp 101 Instruction *YValue = nullptr;
120 YValue = b.MakeCompositeExtract(UIntTy, IID, {1});
121 Blk->addInstruction(YValue);
156 auto NumRows = b.MakeIAdd(UIntTy, YValue, RowsAlongZ);
192 inputs.push_back(YValue);
  /frameworks/rs/rsov/compiler/spirit/
builder_test.cpp 118 auto YValue = b.MakeCompositeExtract(UIntTy, IID, {1});
119 Blk->addInstruction(YValue);
131 auto Tmp1 = b.MakeIMul(UIntTy, YValue, GSizeX);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xutil.h 64 #define YValue 0x0002
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xutil.h 62 #define YValue 0x0002
  /external/ImageMagick/Magick++/lib/
Geometry.cpp 239 if ((flags & YValue) != 0)
  /external/ImageMagick/coders/
jp2.c 847 if ((flags & YValue) != 0)
    [all...]
msl.c     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h 670 using MagickCore::YValue;
    [all...]
  /external/ImageMagick/MagickWand/
composite.c     [all...]
operation.c     [all...]
mogrify.c     [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]

Completed in 674 milliseconds