Searched refs:start_color (Results 1 – 11 of 11) sorted by relevance
/third_party/python/Lib/curses/ |
D | __init__.py | 42 def start_color(): function 44 retval = _curses.start_color() 90 start_color()
|
/third_party/skia/bench/ |
D | RotatedRectBench.cpp | 30 static inline SkColor start_color(ColorType ct) { in start_color() function 89 SkColor color = start_color(fColorType); in onDraw()
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/ |
D | hb_test_tools.py | 16 def start_color (c): return '' member in ColorFormatter.Null 26 def start_color (c): member in ColorFormatter.ANSI 42 def start_color (c): member in ColorFormatter.HTML 97 oo[i] += self.formatter.start_color (self.colors[i])
|
/third_party/alsa-utils/alsamixer/ |
D | colors.c | 51 start_color(); in init_colors()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderRendering.cpp | 3541 tcu::Vec4 start_color; in verify() local 3565 start_color = tcu::Vec4(1.0f, 0.0f, 0.0f, 0.0f); in verify() 3579 start_color = tcu::Vec4(0.0f, 1.0f, 0.0f, 0.0f); in verify() 3593 start_color = tcu::Vec4(0.0f, 0.0f, 1.0f, 0.0f); in verify() 3607 start_color = tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f); in verify() 3637 reference_rgba[n_channel] = start_color[n_channel] + in verify() 3638 (end_color[n_channel] - start_color[n_channel]) * float(n_point) / 7.0f; in verify()
|
/third_party/toybox/kconfig/lxdialog/ |
D | util.c | 226 start_color(); in color_setup()
|
/third_party/mesa3d/src/freedreno/perfcntrs/ |
D | fdperf.c | 668 start_color(); in main_ui()
|
/third_party/python/Lib/test/ |
D | test_curses.py | 47 curses.start_color() 876 curses.start_color()
|
/third_party/python/Doc/howto/ |
D | curses.rst | 376 To use color, you must call the :func:`~curses.start_color` function soon 403 Colors are numbered, and :func:`start_color` initializes 8 basic
|
/third_party/python/Doc/library/ |
D | curses.rst | 571 .. function:: start_color() 577 :func:`start_color` initializes eight basic colors (black, red, green, yellow,
|
/third_party/python/Modules/ |
D | _cursesmodule.c | 4205 code = start_color(); in _curses_start_color_impl()
|