Searched refs:start_color (Results 1 - 9 of 9) sorted by relevance
/third_party/python/Lib/curses/ |
H A D | __init__.py | 38 # This is a similar wrapper for start_color(), which adds the COLORS and 39 # COLOR_PAIRS variables which are only available after start_color() is 42 def start_color(): function 44 retval = _curses.start_color() 88 # module -- the error return from C start_color() is ignorable. 90 start_color()
|
/third_party/skia/bench/ |
H A D | RotatedRectBench.cpp | 30 static inline SkColor start_color(ColorType ct) { in start_color() function 89 SkColor color = start_color(fColorType);
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/ |
H A 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/ |
H A D | colors.c | 62 start_color(); in init_colors()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A 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/ |
H A D | util.c | 226 start_color(); in color_setup()
|
/third_party/mesa3d/src/freedreno/perfcntrs/ |
H A D | fdperf.c | 668 start_color(); in main_ui()
|
/third_party/python/Lib/test/ |
H A D | test_curses.py | 47 curses.start_color() 881 curses.start_color()
|
/third_party/python/Modules/ |
H A D | _cursesmodule.c | 181 /* Tells whether start_color() has been called to initialise color usage. */ 202 "must call start_color() first"); \ 4190 _curses.start_color 4211 code = start_color(); in _curses_start_color_impl() 4232 PyErr_SetString(PyCursesError, "start_color() returned ERR"); in _curses_start_color_impl()
|
Completed in 16 milliseconds