Home
last modified time | relevance | path

Searched refs:BLACK (Results 1 - 17 of 17) sorted by relevance

/third_party/node/deps/npm/node_modules/qrcode-terminal/lib/
H A Dmain.js39 var BLACK = true, WHITE = false;
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.js80 BLACK: {},
/third_party/skia/docs/examples/
H A DColor_Constants_a.cpp16 {"black", SkColorSetRGB( 0, 0, 0), SKIA_COLOR_PAIR(BLACK) }, in REG_FIDDLE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A Draw_ostream.h77 BLACK = 0, member in llvm::raw_ostream::Colors
89 static const Colors BLACK = Colors::BLACK; member in llvm::raw_ostream
/third_party/ffmpeg/libavfilter/
H A Dvsrc_mandelbrot.c49 BLACK, enumerator
112 {"black", "set black mode", 0, AV_OPT_TYPE_CONST, {.i64=BLACK}, INT_MIN, INT_MAX, FLAGS, "inner"},
283 use_zyklus= (x==0 || s->inner!=BLACK ||color[x-1 + y*linesize] == 0xFF000000); in draw_mandelbrot()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DWithColor.cpp51 OS.changeColor(raw_ostream::BLACK, true); in WithColor()
H A Draw_ostream.cpp68 const raw_ostream::Colors raw_ostream::BLACK; member in raw_ostream
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/
H A DLauncher.java115 statusLabel.setForeground(Color.BLACK); in showStatus()
/third_party/skia/modules/canvaskit/
H A Dcolor.js47 Object.defineProperty(CanvasKit, 'BLACK', {
140 return CanvasKit.BLACK;
H A Dexterns.js756 BLACK: {},
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
H A DViewableTaggedData.java66 positionColor = Color.BLACK; in Style()
67 dataColor = Color.BLACK; in Style()
418 Color.BLACK,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A Draw_ostream.h75 BLACK = 0, enumerator
/third_party/skia/modules/canvaskit/htmlcanvas/
H A Dcanvas2dcontext.js14 this._strokeStyle = CanvasKit.BLACK;
15 this._fillStyle = CanvasKit.BLACK;
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
H A DTransliteratorInputMethod.java264 choices.setForeground(Color.BLACK); in activate()
/third_party/python/Lib/test/
H A Dtest_enum.py2895 BLACK = 0 variable in OldTestFlag.Color
3150 self.assertFalse(Color.BLACK in Open)
3154 'BLACK' in Color
3172 self.assertFalse(Color.BLACK in Open)
3174 self.assertFalse('BLACK' in Color)
3201 self.assertEqual(list(Color.BLACK), [])
3209 self.assertEqual(self.Color.__len__(self.Color.BLACK), 0)
3402 BLACK = 0 variable in OldTestIntFlag.Color
3779 self.assertEqual(list(Color.BLACK), [])
3786 self.assertEqual(self.Color.__len__(self.Color.BLACK),
[all...]
/third_party/skia/tools/perf-canvaskit-puppeteer/
H A Dcanvas_perf.js613 ctx.canvas.clear(CanvasKit.BLACK);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 45 milliseconds