Home
last modified time | relevance | path

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

123456

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DMultiDrawTest.cpp653 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::magenta); in TEST_P()
654 EXPECT_PIXEL_COLOR_EQ(0, kHeight - 1, GLColor::magenta); in TEST_P()
655 EXPECT_PIXEL_COLOR_EQ(kWidth - 1, 0, GLColor::magenta); in TEST_P()
656 EXPECT_PIXEL_COLOR_EQ(kWidth - 1, kHeight - 1, GLColor::magenta); in TEST_P()
669 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::magenta); in TEST_P()
670 EXPECT_PIXEL_COLOR_EQ(0, kHeight - 1, GLColor::magenta); in TEST_P()
671 EXPECT_PIXEL_COLOR_EQ(kWidth - 1, 0, GLColor::magenta); in TEST_P()
672 EXPECT_PIXEL_COLOR_EQ(kWidth - 1, kHeight - 1, GLColor::magenta); in TEST_P()
681 EXPECT_PIXEL_COLOR_EQ(0, kHeight - 1, GLColor::magenta); in TEST_P()
682 EXPECT_PIXEL_COLOR_EQ(kWidth - 1, 0, GLColor::magenta); in TEST_P()
[all …]
DGetImageTest.cpp209 {GLColor::magenta, GLColor::magenta, GLColor::magenta, GLColor::magenta}, in TEST_P()
526 GLColor::cyan, GLColor::magenta, GLColor::red, GLColor::green, in TEST_P()
527 GLColor::blue, GLColor::yellow, GLColor::cyan, GLColor::magenta, in TEST_P()
DDrawBuffersTest.cpp1100 glUniform4fv(color0UniformLocation, 1, GLColor::magenta.toNormalizedVector().data()); in TEST_P()
1109 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() * 3 / 4, getWindowHeight() / 4, GLColor::magenta); in TEST_P()
1152 clearColor = GLColor::magenta.toNormalizedVector(); in TEST_P()
1161 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() * 3 / 4, getWindowHeight() / 4, GLColor::magenta); in TEST_P()
1166 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() * 3 / 4, getWindowHeight() / 4, GLColor::magenta); in TEST_P()
DUniformBufferTest.cpp2208 checkResults(GLColor::yellow, GLColor::magenta, GLColor::yellow, GLColor::yellow); in TEST_P()
2670 checkResults(GLColor::magenta, GLColor::magenta, GLColor::magenta, GLColor::magenta); in TEST_P()
2825 checkResults(GLColor::yellow, GLColor::magenta, GLColor::yellow, GLColor::yellow); in TEST_P()
2922 checkResults(GLColor::magenta, GLColor::magenta, GLColor::magenta, GLColor::magenta); in TEST_P()
3015 checkResults(GLColor::magenta, GLColor::magenta, GLColor::magenta, GLColor::magenta); in TEST_P()
3025 checkResults(GLColor::green, GLColor::magenta, GLColor::green, GLColor::green); in TEST_P()
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/base/
Dterminal_test.dart92 terminal.color(terminal.color('output', TerminalColor.blue), TerminalColor.magenta),
93 …equals('${AnsiTerminal.magenta}${AnsiTerminal.blue}output${AnsiTerminal.resetColor}${AnsiTerminal.
96 …terminal.color('magenta ${terminal.color('output', TerminalColor.blue)} also magenta', TerminalCol…
97 …equals('${AnsiTerminal.magenta}magenta ${AnsiTerminal.blue}output${AnsiTerminal.resetColor}${AnsiT…
/third_party/iptables/
Dxlate-test.py20 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")
/third_party/node/deps/npm/node_modules/colors/
Dindex.d.ts17 magenta: Color; property
63 export const magenta: Color;
104 magenta: string;
Dsafe.d.ts19 export function magenta(str: string): string;
/third_party/gettext/libtextstyle/gnulib-local/tests/
Dtest-term-ostream-xterm-r6.out2 |black |blue |green |cyan |red |magenta|yellow |white |default
8 magenta| Words | Words | Words | Words | Words | Words | Words | Words | Words
/third_party/flutter/flutter/packages/flutter_tools/lib/src/base/
Dterminal.dart28 magenta,
94 static const String magenta = '\u001b[35m';
103 TerminalColor.magenta: magenta,
/third_party/node/deps/npm/node_modules/boxen/
Dreadme.md57 Values: `black` `red` `green` `yellow` `blue` `magenta` `cyan` `white` `gray`
154 Values: `black` `red` `green` `yellow` `blue` `magenta` `cyan` `white`
/third_party/node/deps/npm/node_modules/colors/lib/
Dstyles.js45 magenta: [35, 39], property
DextendStringPrototype.js70 console.log('warn: '.red + ('String.prototype' + prop).magenta +
/third_party/node/deps/npm/node_modules/ansicolors/
Dansicolors.js10 , magenta : 35 property
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcolor_space.inl79 // between yellow & magenta
85 // between magenta & cyan
/third_party/flutter/skia/samplecode/
DSampleParagraph.cpp574 SkPaint magenta; in drawFlutter() local
575 magenta.setAntiAlias(true); in drawFlutter()
576 magenta.setColor(SK_ColorMAGENTA); in drawFlutter()
611 style4.setForegroundColor(magenta); in drawFlutter()
824 SkPaint magenta; in hangingS() local
825 magenta.setAntiAlias(true); in hangingS()
826 magenta.setColor(SK_ColorMAGENTA); in hangingS()
863 style4.setForegroundColor(magenta); in hangingS()
/third_party/node/deps/npm/node_modules/console-control-strings/
Dindex.js82 magenta: 35, property
/third_party/node/deps/npm/node_modules/chalk/types/
Dindex.d.ts63 readonly magenta: this; property
/third_party/python/Doc/tools/
Dsusp-ignored.csv20 howto/curses,,:green,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"
21 howto/curses,,:yellow,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"
22 howto/curses,,:blue,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"
23 howto/curses,,:magenta,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"
24 howto/curses,,:cyan,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"
25 howto/curses,,:white,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_cmyka.txt106 the cyan, magenta, yellow, and black values in each group are converted
136 <format> is either CMYK_EXT or CMYKA_EXT. Values for cyan, magenta,
138 pixel group using an undefined algorithm. These cyan, magenta,
/third_party/openGLES/extensions/EXT/
DEXT_cmyka.txt106 the cyan, magenta, yellow, and black values in each group are converted
136 <format> is either CMYK_EXT or CMYKA_EXT. Values for cyan, magenta,
138 pixel group using an undefined algorithm. These cyan, magenta,
/third_party/gettext/gettext-tools/styles/
Dpo-default.css22 .text { color : magenta; }
/third_party/boost/libs/math/doc/html/
Dmath.css136 span.magenta { color: magenta; }
/third_party/boost/libs/math/doc/
Dmath.css136 span.magenta { color: magenta; }
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DD3DTextureTest.cpp990 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()

123456