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

/scripts/
H A Dpnmtologo.c45 struct color { struct
51 static const struct color clut_vga16[16] = {
74 static struct color **logo_data;
75 static struct color logo_clut[MAX_LINUX_LOGO_COLORS];
157 logo_data = (struct color **)malloc(logo_height*sizeof(struct color *));
161 logo_data[i] = malloc(logo_width*sizeof(struct color));
201 static inline int is_black(struct color c)
206 static inline int is_white(struct color c)
211 static inline int is_gray(struct color
[all...]
/scripts/kconfig/
H A Dnconf.h84 chtype color);
H A Dgconf.c55 GdkColor color; variable
1188 GdkColor color; local
1195 gdk_color_parse(row[COL_COLOR], &color);
1196 gdk_colormap_alloc_colors(gdk_colormap_get_system(), &color, 1, local
1207 COL_COLOR, &color,
H A Dnconf.gui.c70 /* automatically add color... */
102 /* automatically add highlight, no color */
152 chtype color)
170 (void) wattrset(win, color);
147 print_in_middle(WINDOW *win, int starty, int startx, int width, const char *string, chtype color) argument
/scripts/kconfig/lxdialog/
H A Dutil.c157 * Select color theme
176 static void init_one_color(struct dialog_color *color) argument
181 init_pair(pair, color->fg, color->bg);
182 if (color->hl)
183 color->atr = A_BOLD | COLOR_PAIR(pair);
185 color->atr = COLOR_PAIR(pair);
222 * Setup for color display
459 if (has_colors()) { /* Whether terminal supports color? */

Completed in 55 milliseconds