Searched refs:COLOR_BLACK (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dcolors.h32 #define SHADOW_FG COLOR_BLACK
33 #define SHADOW_BG COLOR_BLACK
36 #define DIALOG_FG COLOR_BLACK
52 #define BUTTON_INACTIVE_FG COLOR_BLACK
68 #define BUTTON_LABEL_INACTIVE_FG COLOR_BLACK
72 #define INPUTBOX_FG COLOR_BLACK
76 #define INPUTBOX_BORDER_FG COLOR_BLACK
80 #define SEARCHBOX_FG COLOR_BLACK
96 #define MENUBOX_FG COLOR_BLACK
104 #define ITEM_FG COLOR_BLACK
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dcolors.h33 #define SHADOW_FG COLOR_BLACK
34 #define SHADOW_BG COLOR_BLACK
37 #define DIALOG_FG COLOR_BLACK
53 #define BUTTON_INACTIVE_FG COLOR_BLACK
69 #define BUTTON_LABEL_INACTIVE_FG COLOR_BLACK
73 #define INPUTBOX_FG COLOR_BLACK
77 #define INPUTBOX_BORDER_FG COLOR_BLACK
81 #define SEARCHBOX_FG COLOR_BLACK
97 #define MENUBOX_FG COLOR_BLACK
105 #define ITEM_FG COLOR_BLACK
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/lxdialog/
H A Dutil.c71 DLG_COLOR(shadow, COLOR_BLACK, COLOR_BLACK, true);
72 DLG_COLOR(dialog, COLOR_BLACK, COLOR_WHITE, false);
76 DLG_COLOR(button_inactive, COLOR_BLACK, COLOR_WHITE, false);
80 DLG_COLOR(button_label_inactive, COLOR_BLACK, COLOR_WHITE, true);
81 DLG_COLOR(inputbox, COLOR_BLACK, COLOR_WHITE, false);
82 DLG_COLOR(inputbox_border, COLOR_BLACK, COLOR_WHITE, false);
83 DLG_COLOR(searchbox, COLOR_BLACK, COLOR_WHITE, false);
87 DLG_COLOR(menubox, COLOR_BLACK, COLOR_WHITE, false);
89 DLG_COLOR(item, COLOR_BLACK, COLOR_WHIT
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DChatSelector.cpp46 #define COLOR_BLACK wxTextAttr( wxColor( 0, 0, 0 ) ) macro
80 SetDefaultStyle( COLOR_BLACK );
213 session->AddText( wxT(": ") + client_message, COLOR_BLACK );
249 ci->AddText( wxT(": ") + message, COLOR_BLACK );
290 ci->AddText( wxT(": ") + message, COLOR_BLACK );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dvivi.c226 #define COLOR_BLACK { 0, 0, 0} macro
237 COLOR_MAGENTA, COLOR_RED, COLOR_BLUE, COLOR_BLACK, COLOR_BLACK }
239 { COLOR_WHITE, COLOR_AMBER, COLOR_BLACK, COLOR_WHITE,
240 COLOR_AMBER, COLOR_BLACK, COLOR_WHITE, COLOR_AMBER, COLOR_BLACK }
242 { COLOR_WHITE, COLOR_CYAN, COLOR_BLACK, COLOR_WHITE,
243 COLOR_CYAN, COLOR_BLACK, COLOR_WHITE, COLOR_CYAN, COLOR_BLACK }
245 { COLOR_WHITE, COLOR_GREEN, COLOR_BLACK, COLOR_WHIT
[all...]

Completed in 102 milliseconds