HomeSort by relevance Sort by last modified time
    Searched refs:magenta (Results 1 - 25 of 38) sorted by null

1 2

  /external/ImageMagick/MagickCore/
colorspace-private.h 47 magenta, local
71 magenta=(MagickRealType) (1.0-green);
74 if (magenta < black)
75 black=magenta;
79 magenta=(MagickRealType) ((magenta-black)/(1.0-black));
83 pixel->green=QuantumRange*magenta;
pixel-accessor.h 794 const Quantum magenta,Quantum *magick_restrict pixel)
796 pixel[image->channel_map[MagentaPixelChannel].offset]=magenta;
colorspace.c 124 const double blue,double *cyan,double *magenta,double *yellow)
127 *magenta=QuantumScale*(QuantumRange-green);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wcsplugin.h 31 JabColorF magenta; member in struct:_PrimaryJabColors
64 JabColorF magenta; member in struct:_PrimaryJabColors
81 XYZColorF magenta; member in struct:_PrimaryXYZColors
icm.h 41 WORD magenta; member in struct:CMYKCOLOR
  /external/eigen/blas/testing/
runblastest.sh 8 magenta='\E[35m'
  /external/pdfium/fxjs/
cjs_color.h 100 JS_STATIC_PROP(magenta, magenta, color);
  /external/ImageMagick/Magick++/lib/Magick++/
Color.h 41 // Magenta = green
46 // Magenta = green
137 // Green/Magenta color (range 0 to QuantumRange)
221 // Magenta color (range 0 to 1.0)
222 void magenta(const double magenta_);
223 double magenta(void) const;
  /build/soong/cmd/javac_wrapper/
javac_wrapper.go 51 magenta = escape + "[35m"
168 {warningRe, magenta},
50 magenta = escape + "[35m" var
  /external/jline/src/src/main/java/jline/
ANSIBuffer.java 87 public ANSIBuffer magenta(final String str) { method in class:ANSIBuffer
261 * 35 Magenta
271 * 45 Magenta
  /external/libnl/python/netlink/
util.py 39 def magenta(t): function
  /external/python/cpython2/Mac/Modules/cg/
_CGmodule.c 750 float magenta; local
756 &magenta,
763 magenta,
776 float magenta; local
782 &magenta,
789 magenta,
    [all...]
  /external/google-styleguide/include/
styleguide.css 74 color: magenta;
  /external/ImageMagick/Magick++/lib/
Color.cpp 452 magenta(magenta_);
462 magenta(magenta_);
508 void Magick::ColorCMYK::magenta(const double magenta_) function in class:Magick::ColorCMYK
513 double Magick::ColorCMYK::magenta(void) const function in class:Magick::ColorCMYK
  /external/ImageMagick/www/api/
pixel-wand.php 691 <p>PixelGetMagenta() returns the normalized magenta color of the pixel wand.</p>
713 <p>PixelGetMagentaQuantum() returns the magenta color of the pixel wand.</p>
    [all...]
constitute.php 89 <dd> This string reflects the expected ordering of the pixel array. It can be any combination or order of R = red, G = green, B = blue, A = alpha (0 is transparent), O = opacity (0 is opaque), C = cyan, Y = yellow, M = magenta, K = black, I = intensity (for grayscale), P = pad. </dd>
  /external/mesa3d/docs/specs/OLD/
MESA_packed_depth_stencil.spec 95 CMYK_EXT Color Cyan, Magenta, Yellow, Black components
96 CMYKA_EXT Color Cyan, Magenta, Yellow, Black, A components
181 CMYK_EXT cyan magenta yellow black
  /external/ImageMagick/MagickWand/
pixel-wand.c     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
BinPacker.java 308 Color.green, Color.magenta, Color.orange,
  /prebuilts/go/darwin-x86/src/image/color/
ycbcr.go 345 // magenta, yellow and black.
  /prebuilts/go/linux-x86/src/image/color/
ycbcr.go 345 // magenta, yellow and black.
  /external/jline/
jline-1.0.jar 
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DumbTextComponent.java 564 g.setColor(Color.magenta);
  /external/python/cpython3/Lib/test/
test_enum.py 882 magenta = 5 variable in class:TestEnum.test_extending.Color.MoreColor
1493 magenta = 5 variable in class:TestEnum.test_extending2.Color.MoreColor
1505 magenta = 5 variable in class:TestEnum.test_extending3.MoreColor
    [all...]

Completed in 1404 milliseconds

1 2