Home
last modified time | relevance | path

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

/u-boot/scripts/kconfig/lxdialog/
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()
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 Dsandbox_osd.h12 COLOR_BLUE, enumerator
A Dsandbox_osd.c114 case COLOR_BLUE: in sandbox_osd_print()
/u-boot/test/dm/
A Dosd.c193 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 Dmoveconfig.py338 COLOR_BLUE = '0;34' variable

Completed in 8 milliseconds