Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c60 DLG_COLOR(screen, COLOR_CYAN, COLOR_BLUE, true); in set_classic_theme()
65 DLG_COLOR(button_active, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme()
67 DLG_COLOR(button_key_active, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme()
69 DLG_COLOR(button_label_active, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme()
80 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme()
82 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme()
84 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme()
86 DLG_COLOR(check_selected, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme()
136 DLG_COLOR(title, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme()
137 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_BLUE, true); in set_bluetitle_theme()
[all …]
/openbmc/linux/scripts/kconfig/lxdialog/
H A Dutil.c60 DLG_COLOR(screen, COLOR_CYAN, COLOR_BLUE, true); in set_classic_theme()
65 DLG_COLOR(button_active, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme()
67 DLG_COLOR(button_key_active, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme()
69 DLG_COLOR(button_label_active, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme()
80 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme()
82 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme()
84 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme()
86 DLG_COLOR(check_selected, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme()
136 DLG_COLOR(title, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme()
137 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_BLUE, true); in set_bluetitle_theme()
[all …]
/openbmc/u-boot/test/dm/
H A Dosd.c186 ut_assertok(video_osd_print(dev, 2, 1, COLOR_BLUE, " * Entry 1")); in dm_test_osd_extended()
187 ut_assertok(video_osd_print(dev, 2, 2, COLOR_BLUE, "(*) Entry 2")); in dm_test_osd_extended()
188 ut_assertok(video_osd_print(dev, 2, 3, COLOR_BLUE, " * Entry 3")); in dm_test_osd_extended()
/openbmc/u-boot/drivers/video/
H A Dsandbox_osd.h12 COLOR_BLUE, enumerator
H A Dsandbox_osd.c113 case COLOR_BLUE: in sandbox_osd_print()
/openbmc/linux/tools/thermal/tmon/
H A Dtui.c371 init_pair(PT_COLOR_BLUE, COLOR_WHITE, COLOR_BLUE); in initialize_curses()
/openbmc/qemu/ui/
H A Dcurses.c735 [QEMU_COLOR_BLUE] = COLOR_BLUE, in curses_setup()
/openbmc/u-boot/tools/
H A Dmoveconfig.py339 COLOR_BLUE = '0;34' variable
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp_ncurses.py1260 curses.init_pair(CURSES_HIGHLIGHT, curses.COLOR_WHITE, curses.COLOR_BLUE)