Home
last modified time | relevance | path

Searched refs:WHITE (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/npm/node_modules/qrcode-terminal/lib/
H A Dmain.js39 var BLACK = true, WHITE = false;
45 moduleData.push(fill(moduleCount, WHITE));
63 if (moduleData[row][col] === WHITE && moduleData[row + 1][col] === WHITE) {
65 } else if (moduleData[row][col] === WHITE && moduleData[row + 1][col] === BLACK) {
67 } else if (moduleData[row][col] === BLACK && moduleData[row + 1][col] === WHITE) {
/third_party/skia/experimental/skottiekit/
H A Dexterns.js81 WHITE: {},
/third_party/skia/docs/examples/
H A DColor_Constants_a.cpp20 {"white", SkColorSetRGB(255, 255, 255), SKIA_COLOR_PAIR(WHITE) }, in REG_FIDDLE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A Draw_ostream.h84 WHITE, member in llvm::raw_ostream::Colors
96 static const Colors WHITE = Colors::WHITE; member in llvm::raw_ostream
/third_party/skia/tools/perf-canvaskit-puppeteer/
H A Dcanvas_perf.js262 ctx.canvas.clear(CanvasKit.WHITE);
300 ctx.canvas.clear(CanvasKit.WHITE);
603 color: CanvasKit.WHITE,
616 let color = CanvasKit.WHITE;
/third_party/ffmpeg/libavfilter/
H A Dvsrc_mandelbrot.c44 WHITE, enumerator
108 {"white", "set white mode", 0, AV_OPT_TYPE_CONST, {.i64=WHITE}, INT_MIN, INT_MAX, FLAGS, "outer" },
334 case WHITE: in draw_mandelbrot()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
H A DSFFontView.java28 setBackground(Color.WHITE); in SFFontView()
H A DViewableTaggedData.java501 g.setColor(rangeDepth == -1 ? Color.WHITE : colors[colorIndex]); in drawRangeBackground()
/third_party/skia/demos.skia.org/demos/path_performance/
H A Dshared.js124 canvas.clear(this.CanvasKit.WHITE);
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/
H A DLauncher.java116 statusLabel.setBackground(Color.WHITE); in showStatus()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A Draw_ostream.h82 WHITE, enumerator
/third_party/skia/modules/canvaskit/
H A Dexterns.js757 WHITE: {},
/third_party/python/Lib/test/
H A Dtest_enum.py2901 WHITE = RED|GREEN|BLUE variable in OldTestFlag.Color
3205 self.assertEqual(list(Color.WHITE), [Color.RED, Color.GREEN, Color.BLUE])
3206 self.assertEqual(list(Color.WHITE), [Color.RED, Color.GREEN, Color.BLUE])
3235 self.assertEqual(Color(7).name, 'WHITE')
3236 self.assertEqual(Color['BLANCO'].name, 'WHITE')
3237 self.assertIs(Color.BLANCO, Color.WHITE)
3408 WHITE = RED|GREEN|BLUE variable in OldTestIntFlag.Color
3783 self.assertEqual(list(Color.WHITE), [Color.RED, Color.GREEN, Color.BLUE])
3795 self.assertEqual(Color(7).name, 'WHITE')
3796 self.assertEqual(Color['BLANCO'].name, 'WHITE')
4090 WHITE = -1 global() variable in TestVerify.test_negative_alias.Color
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Draw_ostream.cpp75 const raw_ostream::Colors raw_ostream::WHITE; member in raw_ostream
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc57 #define WHITE "37" macro
61 TEXT_COLOUR clr_flag_name = FLAG_log_colour ? COLOUR_BOLD(WHITE) : "";
6358 #undef WHITE macro
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc867 #define WHITE "37" in Simulator() macro
872 clr_flag_name = value ? COLOUR_BOLD(WHITE) : ""; in Simulator()

Completed in 44 milliseconds