/external/ImageMagick/MagickCore/ |
D | colorspace-private.h | 47 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) (PerceptibleReciprocal(1.0-black)*(magenta-black)); in ConvertRGBToCMYK() 83 pixel->green=QuantumRange*magenta; in ConvertRGBToCMYK()
|
/external/pdfium/testing/resources/javascript/ |
D | color_properties_expected.txt | 9 Alert: magenta: CMYK,0,1,0,0 23 Alert: magenta: T 37 Alert: magenta: G,20 51 Alert: magenta: RGB,10,20,30 65 Alert: magenta: CMYK,10,20,30,40 79 Alert: magenta: T
|
D | color_properties.in | 37 "magenta", "yellow", "dkGray", "gray", "ltGray"
|
/external/iptables/ |
D | xlate-test.py | 20 def magenta(string): function 54 result.append(magenta("src: ") + line.rstrip(" \n")) 55 result.append(magenta("exp: ") + expected) 56 result.append(magenta("res: ") + translation + "\n")
|
/external/angle/src/tests/gl_tests/ |
D | GetImageTest.cpp | 191 {GLColor::magenta, GLColor::magenta, GLColor::magenta, GLColor::magenta}, in TEST_P()
|
D | SimpleOperationTest.cpp | 904 {GLColor::magenta, GLColor::magenta, GLColor::magenta, GLColor::magenta}, in TEST_P()
|
D | VulkanUniformUpdatesTest.cpp | 222 InitTexture(GLColor::magenta, &magentaTexture); in TEST_P() 287 InitTexture(GLColor::magenta, &magentaTexture); in TEST_P()
|
D | D3DTextureTest.cpp | 990 EXPECT_PIXEL_COLOR_EQ(testpoint, testpoint, GLColor::magenta); in TEST_P() 1020 EXPECT_PIXEL_COLOR_EQ(testPoint, testPoint, GLColor::magenta); in TEST_P() 1037 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 2, getWindowHeight() / 2, GLColor::magenta); in TEST_P() 1150 GLColor::magenta); in TEST_P() 1192 GLColor::magenta); in TEST_P()
|
D | DrawBaseVertexVariantsTest.cpp | 96 GLColor::magenta, in DrawBaseVertexVariantsTest()
|
/external/python/cpython2/Doc/tools/ |
D | susp-ignored.csv | 16 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/ |
D | cjs_color.h | 34 JS_STATIC_PROP(magenta, magenta, CJS_Color)
|
/external/eigen/blas/testing/ |
D | runblastest.sh | 8 magenta='\E[35m'
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Color.h | 226 void magenta(const double magenta_); 227 double magenta(void) const;
|
/external/python/cpython2/Mac/Modules/cg/ |
D | _CGmodule.c | 750 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/ |
D | Color.cpp | 467 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/ |
D | susp-ignored.csv | 21 howto/curses,,:green,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The" 22 howto/curses,,:yellow,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The" 23 howto/curses,,:blue,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The" 24 howto/curses,,:magenta,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The" 25 howto/curses,,:cyan,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The" 26 howto/curses,,:white,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"
|
/external/libnl/python/netlink/ |
D | util.py | 39 def magenta(t): function
|
/external/jline/src/src/main/java/jline/ |
D | ANSIBuffer.java | 87 public ANSIBuffer magenta(final String str) { in magenta() method in ANSIBuffer
|
/external/python/cpython2/Tools/pynche/X/ |
D | rgb.txt | 210 255 0 255 magenta 748 139 0 139 dark magenta
|
/external/python/cpython3/Tools/pynche/X/ |
D | rgb.txt | 210 255 0 255 magenta 748 139 0 139 dark magenta
|
/external/ImageMagick/MagickWand/ |
D | pixel-wand.c | 2041 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/skia/samplecode/ |
D | SampleParagraph.cpp | 571 SkPaint magenta; in drawFlutter() local 572 magenta.setAntiAlias(true); in drawFlutter() 573 magenta.setColor(SK_ColorMAGENTA); in drawFlutter() 608 style4.setForegroundColor(magenta); in drawFlutter() 821 SkPaint magenta; in hangingS() local 822 magenta.setAntiAlias(true); in hangingS() 823 magenta.setColor(SK_ColorMAGENTA); in hangingS() 860 style4.setForegroundColor(magenta); in hangingS()
|
/external/fmtlib/include/fmt/ |
D | color.h | 95 magenta = 0xFF00FF, // rgb(255,0,255) enumerator 165 magenta, enumerator
|
/external/google-styleguide/include/ |
D | styleguide.css | 74 color: magenta;
|
/external/mesa3d/docs/_extra/specs/OLD/ |
D | MESA_packed_depth_stencil.spec | 181 CMYK_EXT cyan magenta yellow black
|