Home
last modified time | relevance | path

Searched refs:magenta (Results 1 – 25 of 42) sorted by relevance

12

/external/ImageMagick/MagickCore/
Dcolorspace-private.h47 magenta, in ConvertRGBToCMYK() local
71 magenta=(MagickRealType) (1.0-green); in ConvertRGBToCMYK()
74 if (magenta < black) in ConvertRGBToCMYK()
75 black=magenta; in ConvertRGBToCMYK()
79 magenta=(MagickRealType) ((magenta-black)/(1.0-black)); in ConvertRGBToCMYK()
83 pixel->green=QuantumRange*magenta; in ConvertRGBToCMYK()
Dcolorspace.c173 const double blue,double *cyan,double *magenta,double *yellow) in ConvertRGBToCMY() argument
176 *magenta=QuantumScale*(QuantumRange-green); in ConvertRGBToCMY()
1389 static inline void ConvertCMYToRGB(const double cyan,const double magenta, in ConvertCMYToRGB() argument
1393 *green=QuantumRange*(1.0-magenta); in ConvertCMYToRGB()
Dpixel-accessor.h817 const Quantum magenta,Quantum *magick_restrict pixel) in SetPixelMagenta() argument
819 pixel[image->channel_map[MagentaPixelChannel].offset]=magenta; in SetPixelMagenta()
/external/python/cpython2/Doc/tools/
Dsusp-ignored.csv16 howto/curses,,:black,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and"
17 howto/curses,,:blue,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and"
18 howto/curses,,:cyan,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and"
19 howto/curses,,:green,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and"
20 howto/curses,,:magenta,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and"
21 howto/curses,,:red,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and"
23 howto/curses,,:yellow,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and"
/external/pdfium/fxjs/
Dcjs_color.h100 JS_STATIC_PROP(magenta, magenta, color);
/external/eigen/blas/testing/
Drunblastest.sh8 magenta='\E[35m'
/external/ImageMagick/Magick++/lib/Magick++/
DColor.h226 void magenta(const double magenta_);
227 double magenta(void) const;
/external/python/cpython2/Mac/Modules/cg/
D_CGmodule.c750 float magenta; in CGContextRefObj_CGContextSetCMYKFillColor() local
756 &magenta, in CGContextRefObj_CGContextSetCMYKFillColor()
763 magenta, in CGContextRefObj_CGContextSetCMYKFillColor()
776 float magenta; in CGContextRefObj_CGContextSetCMYKStrokeColor() local
782 &magenta, in CGContextRefObj_CGContextSetCMYKStrokeColor()
789 magenta, in CGContextRefObj_CGContextSetCMYKStrokeColor()
/external/ImageMagick/Magick++/lib/
DColor.cpp467 magenta(magenta_); in ColorCMYK()
477 magenta(magenta_); in ColorCMYK()
523 void Magick::ColorCMYK::magenta(const double magenta_) in magenta() function in Magick::ColorCMYK
528 double Magick::ColorCMYK::magenta(void) const in magenta() function in Magick::ColorCMYK
/external/python/cpython3/Doc/tools/
Dsusp-ignored.csv22 howto/curses,,:green,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"
23 howto/curses,,:yellow,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"
24 howto/curses,,:blue,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"
25 howto/curses,,:magenta,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"
26 howto/curses,,:cyan,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"
27 howto/curses,,:white,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"
/external/libnl/python/netlink/
Dutil.py39 def magenta(t): function
/external/jline/src/src/main/java/jline/
DANSIBuffer.java87 public ANSIBuffer magenta(final String str) { in magenta() method in ANSIBuffer
/external/python/cpython3/Tools/pynche/X/
Drgb.txt210 255 0 255 magenta
748 139 0 139 dark magenta
/external/python/cpython2/Tools/pynche/X/
Drgb.txt210 255 0 255 magenta
748 139 0 139 dark magenta
/external/ImageMagick/MagickWand/
Dpixel-wand.c2041 WandExport void PixelSetMagenta(PixelWand *wand,const double magenta) in PixelSetMagenta() argument
2047 wand->pixel.green=(double) ClampToQuantum(QuantumRange*magenta); in PixelSetMagenta()
2075 WandExport void PixelSetMagentaQuantum(PixelWand *wand,const Quantum magenta) in PixelSetMagentaQuantum() argument
2081 wand->pixel.green=(double) magenta; in PixelSetMagentaQuantum()
/external/google-styleguide/include/
Dstyleguide.css74 color: magenta;
/external/mesa3d/docs/specs/OLD/
DMESA_packed_depth_stencil.spec181 CMYK_EXT cyan magenta yellow black
/external/python/cpython2/Doc/tutorial/
Dstdlib2.rst29 >>> t = [[[['black', 'cyan'], 'white', ['green', 'red']], [['magenta',
36 [['magenta', 'yellow'],
/external/python/cpython3/Doc/tutorial/
Dstdlib2.rst29 >>> t = [[[['black', 'cyan'], 'white', ['green', 'red']], [['magenta',
36 [['magenta', 'yellow'],
/external/google-styleguide/
Djavaguide.css433 color: magenta;
/external/skia/site/user/api/
Dskpaint_overview.md92 modes. In this example the source is a solid magenta color with a
/external/skqp/site/user/api/
Dskpaint_overview.md92 modes. In this example the source is a solid magenta color with a
/external/skqp/docs/
DSkColor_Reference.bmh432 #Line # magenta Color ##
433 Represents fully opaque magenta. HTML_Fuchsia is equivalent.
/external/skia/docs/
DSkColor_Reference.bmh432 #Line # magenta Color ##
433 Represents fully opaque magenta. HTML_Fuchsia is equivalent.
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDumbTextComponent.java564 g.setColor(Color.magenta); in drawSelection()

12