Home
last modified time | relevance | path

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

/third_party/python/Lib/curses/
D__init__.py42 def start_color(): function
44 retval = _curses.start_color()
90 start_color()
/third_party/skia/bench/
DRotatedRectBench.cpp30 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/
Dhb_test_tools.py16 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/
Dcolors.c51 start_color(); in init_colors()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderRendering.cpp3541 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/
Dutil.c226 start_color(); in color_setup()
/third_party/mesa3d/src/freedreno/perfcntrs/
Dfdperf.c668 start_color(); in main_ui()
/third_party/python/Lib/test/
Dtest_curses.py47 curses.start_color()
876 curses.start_color()
/third_party/python/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
/third_party/python/Doc/library/
Dcurses.rst571 .. function:: start_color()
577 :func:`start_color` initializes eight basic colors (black, red, green, yellow,
/third_party/python/Modules/
D_cursesmodule.c4205 code = start_color(); in _curses_start_color_impl()