Home
last modified time | relevance | path

Searched refs:COLOR_BLACK (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c61 DLG_COLOR(shadow, COLOR_BLACK, COLOR_BLACK, true); in set_classic_theme()
62 DLG_COLOR(dialog, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
66 DLG_COLOR(button_inactive, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
70 DLG_COLOR(button_label_inactive, COLOR_BLACK, COLOR_WHITE, true); in set_classic_theme()
71 DLG_COLOR(inputbox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
72 DLG_COLOR(inputbox_border, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
73 DLG_COLOR(searchbox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
77 DLG_COLOR(menubox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
79 DLG_COLOR(item, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
85 DLG_COLOR(check, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
[all …]
/openbmc/linux/scripts/kconfig/lxdialog/
H A Dutil.c61 DLG_COLOR(shadow, COLOR_BLACK, COLOR_BLACK, true); in set_classic_theme()
62 DLG_COLOR(dialog, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
66 DLG_COLOR(button_inactive, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
70 DLG_COLOR(button_label_inactive, COLOR_BLACK, COLOR_WHITE, true); in set_classic_theme()
71 DLG_COLOR(inputbox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
72 DLG_COLOR(inputbox_border, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
73 DLG_COLOR(searchbox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
77 DLG_COLOR(menubox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
79 DLG_COLOR(item, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
85 DLG_COLOR(check, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
[all …]
/openbmc/u-boot/drivers/video/
H A Dsandbox_osd.h8 COLOR_BLACK, enumerator
H A Dsandbox_osd.c101 case COLOR_BLACK: in sandbox_osd_print()
/openbmc/linux/tools/thermal/tmon/
H A Dtui.c365 init_pair(PT_COLOR_DEFAULT, COLOR_WHITE, COLOR_BLACK); in initialize_curses()
366 init_pair(PT_COLOR_HEADER_BAR, COLOR_BLACK, COLOR_WHITE); in initialize_curses()
367 init_pair(PT_COLOR_ERROR, COLOR_BLACK, COLOR_RED); in initialize_curses()
372 init_pair(PT_COLOR_BRIGHT, COLOR_WHITE, COLOR_BLACK); in initialize_curses()
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dncurses.py68 def __init__( self, x, y, width, height, fg=curses.COLOR_BLACK, bg=curses.COLOR_WHITE ):
109 … def __init__( self, title, x, y, width, height, fg=curses.COLOR_BLACK, bg=curses.COLOR_WHITE ):
H A Dtaskexp_ncurses.py1258 curses.init_pair(0xFF, curses.COLOR_BLACK, curses.COLOR_WHITE);
1259 curses.init_pair(CURSES_NORMAL, curses.COLOR_WHITE, curses.COLOR_BLACK)
/openbmc/qemu/ui/
H A Dcurses.c734 [QEMU_COLOR_BLACK] = COLOR_BLACK, in curses_setup()
757 init_pair(i, COLOR_WHITE, COLOR_BLACK); in curses_setup()
/openbmc/u-boot/tools/
H A Dmoveconfig.py335 COLOR_BLACK = '0;30' variable