Searched refs:COLOR_BLUE (Results 1 – 5 of 5) sorted by relevance
/u-boot/scripts/kconfig/lxdialog/ |
A D | util.c | 60 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() 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() 138 DLG_COLOR(button_label_active, COLOR_WHITE, COLOR_BLUE, true); in set_bluetitle_theme() 139 DLG_COLOR(searchbox_title, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme() 140 DLG_COLOR(position_indicator, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme() 141 DLG_COLOR(tag, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme() [all …]
|
/u-boot/drivers/video/ |
A D | sandbox_osd.h | 12 COLOR_BLUE, enumerator
|
A D | sandbox_osd.c | 114 case COLOR_BLUE: in sandbox_osd_print()
|
/u-boot/test/dm/ |
A D | osd.c | 193 ut_assertok(video_osd_print(dev, 2, 1, COLOR_BLUE, " * Entry 1")); in dm_test_osd_extended() 194 ut_assertok(video_osd_print(dev, 2, 2, COLOR_BLUE, "(*) Entry 2")); in dm_test_osd_extended() 195 ut_assertok(video_osd_print(dev, 2, 3, COLOR_BLUE, " * Entry 3")); in dm_test_osd_extended()
|
/u-boot/tools/ |
A D | moveconfig.py | 338 COLOR_BLUE = '0;34' variable
|
Completed in 8 milliseconds