Searched refs:COLOR_RED (Results 1 – 6 of 6) sorted by relevance
/u-boot/scripts/kconfig/lxdialog/ |
A D | util.c | 93 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme() 96 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() 113 DLG_COLOR(position_indicator, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() 119 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_RED, false); in set_blackbg_theme() 121 DLG_COLOR(tag, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() 122 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme() 123 DLG_COLOR(tag_key, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() 124 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme() 127 DLG_COLOR(check_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme() 129 DLG_COLOR(uarrow, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() [all …]
|
/u-boot/drivers/video/ |
A D | sandbox_osd.h | 10 COLOR_RED, enumerator
|
A D | sandbox_osd.c | 108 case COLOR_RED: in sandbox_osd_print()
|
/u-boot/test/dm/ |
A D | osd.c | 101 ut_assertok(video_osd_print(dev, 1, 1, COLOR_RED, "Blah")); in dm_test_osd_basics()
|
/u-boot/scripts/kconfig/ |
A D | nconf.gui.c | 44 init_pair(DIALOG_MENU_FORE, COLOR_RED, -1); in set_normal_colors()
|
/u-boot/tools/ |
A D | moveconfig.py | 335 COLOR_RED = '0;31' variable 496 print(color_text(color_enabled, COLOR_RED, line), end=' ')
|
Completed in 11 milliseconds