Home
last modified time | relevance | path

Searched refs:start_color (Results 1 – 20 of 20) sorted by relevance

/external/python/cpython3/Lib/curses/
D__init__.py42 def start_color(): function
44 retval = _curses.start_color()
90 start_color()
/external/python/cpython2/Lib/curses/
D__init__.py45 def start_color(): function
47 retval = _curses.start_color()
Dwrapper.py39 curses.start_color()
/external/skqp/bench/
DRotatedRectBench.cpp30 static inline SkColor start_color(ColorType ct) { in start_color() function
91 SkColor color = start_color(fColorType); in onDraw()
/external/skia/bench/
DRotatedRectBench.cpp30 static inline SkColor start_color(ColorType ct) { in start_color() function
91 SkColor color = start_color(fColorType); in onDraw()
/external/harfbuzz_ng/test/shaping/
Dhb_test_tools.py94 def start_color (c): return '' member in ColorFormatter.Null
104 def start_color (c): member in ColorFormatter.ANSI
120 def start_color (c): member in ColorFormatter.HTML
175 oo[i] += self.formatter.start_color (self.colors[i])
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderRendering.cpp3543 tcu::Vec4 start_color; in verify() local
3567 start_color = tcu::Vec4(1.0f, 0.0f, 0.0f, 0.0f); in verify()
3581 start_color = tcu::Vec4(0.0f, 1.0f, 0.0f, 0.0f); in verify()
3595 start_color = tcu::Vec4(0.0f, 0.0f, 1.0f, 0.0f); in verify()
3609 start_color = tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f); in verify()
3639 reference_rgba[n_channel] = start_color[n_channel] + in verify()
3640 (end_color[n_channel] - start_color[n_channel]) * float(n_point) / 7.0f; in verify()
/external/autotest/client/profilers/powertop/src/
Ddisplay.c118 start_color(); in initialize_curses()
/external/u-boot/scripts/kconfig/
Dnconf.gui.c135 start_color(); in set_colors()
/external/python/cpython2/Lib/test/
Dtest_curses.py270 curses.start_color()
/external/toybox/kconfig/lxdialog/
Dutil.c226 start_color(); in color_setup()
/external/python/cpython3/Lib/test/
Dtest_curses.py281 curses.start_color()
/external/u-boot/scripts/kconfig/lxdialog/
Dutil.c220 start_color(); in color_setup()
/external/python/cpython2/Doc/howto/
Dcurses.rst308 To use color, you must call the :func:`start_color` function soon after calling
329 :func:`start_color` initializes 8 basic colors when it activates color mode.
/external/python/cpython3/Doc/howto/
Dcurses.rst376 To use color, you must call the :func:`~curses.start_color` function soon
403 Colors are numbered, and :func:`start_color` initializes 8 basic
/external/tensorflow/tensorflow/python/debug/cli/
Dcurses_ui.py408 curses.start_color()
/external/python/cpython2/Doc/library/
Dcurses.rst521 .. function:: start_color()
527 :func:`start_color` initializes eight basic colors (black, red, green, yellow,
/external/python/cpython3/Doc/library/
Dcurses.rst530 .. function:: start_color()
536 :func:`start_color` initializes eight basic colors (black, red, green, yellow,
/external/python/cpython2/Modules/
D_cursesmodule.c2497 code = start_color(); in PyCurses_Start_Color()
/external/python/cpython3/Modules/
D_cursesmodule.c2974 code = start_color(); in PyCurses_Start_Color()