Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/
H A Dutil.c74 DLG_COLOR(shadow, COLOR_BLACK, COLOR_BLACK, true); in set_classic_theme()
75 DLG_COLOR(dialog, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
79 DLG_COLOR(button_inactive, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
83 DLG_COLOR(button_label_inactive, COLOR_BLACK, COLOR_WHITE, true); in set_classic_theme()
84 DLG_COLOR(inputbox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
85 DLG_COLOR(inputbox_border, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
86 DLG_COLOR(searchbox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
90 DLG_COLOR(menubox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
92 DLG_COLOR(item, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
98 DLG_COLOR(check, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
[all …]
/OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c62 DLG_COLOR(shadow, COLOR_BLACK, COLOR_BLACK, true); in set_classic_theme()
63 DLG_COLOR(dialog, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
67 DLG_COLOR(button_inactive, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
71 DLG_COLOR(button_label_inactive, COLOR_BLACK, COLOR_WHITE, true); in set_classic_theme()
72 DLG_COLOR(inputbox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
73 DLG_COLOR(inputbox_border, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
74 DLG_COLOR(searchbox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
78 DLG_COLOR(menubox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
80 DLG_COLOR(item, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
86 DLG_COLOR(check, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
[all …]
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/yocto/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 ):
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190824.patch.gz1# ncurses 6.1 - patch 20190824 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20190810.patch.gz1# ncurses 6.1 - patch 20190810 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...
/OK3568_Linux_fs/u-boot/tools/
H A Dmoveconfig.py336 COLOR_BLACK = '0;30' variable