Searched refs:color (Results 1 – 15 of 15) sorted by relevance
/xen/xen/common/ |
A D | rbtree.c | 70 struct rb_node *p, int color) in rb_set_parent_color() argument 72 rb->__rb_parent_color = (unsigned long)p | color; in rb_set_parent_color() 100 struct rb_root *root, int color) in __rb_rotate_set_parents() argument 104 rb_set_parent_color(old, new, color); in __rb_rotate_set_parents()
|
/xen/xen/tools/kconfig/lxdialog/ |
A D | util.c | 166 static void init_one_color(struct dialog_color *color) in init_one_color() argument 171 init_pair(pair, color->fg, color->bg); in init_one_color() 172 if (color->hl) in init_one_color() 173 color->atr = A_BOLD | COLOR_PAIR(pair); in init_one_color() 175 color->atr = COLOR_PAIR(pair); in init_one_color()
|
/xen/xen/tools/kconfig/ |
A D | nconf.h | 80 chtype color);
|
A D | gconf.c | 52 GdkColor color; variable 1163 GdkColor color; in set_node() local 1170 gdk_color_parse(row[COL_COLOR], &color); in set_node() 1171 gdk_colormap_alloc_colors(gdk_colormap_get_system(), &color, 1, in set_node() 1182 COL_COLOR, &color, in set_node()
|
A D | nconf.gui.c | 152 chtype color) in print_in_middle() argument 170 (void) wattrset(win, color); in print_in_middle()
|
/xen/tools/firmware/vgabios/ |
A D | README | 113 . VGA mode 0x11: all color planes must be enabled in this 2-color VGA mode 117 . BIOS configuration word usually reports initial mode 80x25 color text
|
A D | ChangeLog | 189 - mode 0x11: all color planes must be enabled in this 2-color VGA mode 201 - BIOS configuration word usually reports initial mode 80x25 color text 814 this function; background color is always black - function
|
A D | vbe_display_api.txt | 35 VBE_DISPI_INDEX_BPP supports >8bpp color depth (value = bits)
|
A D | clext.c | 770 mov bx, #0x0E00 ;; IBM 8512/8513, color
|
A D | vgabios.c | 415 ;; switch to color mode and enable CPU access 480 lines 458 ;; set 80x25 color (not clear from RBIL but usual)
|
/xen/xen/arch/x86/boot/ |
A D | video.S | 598 rorb %al # Mono or color? 620 andb $0x0d, %al # Preserve clock select bits and color bit
|
/xen/docs/misc/ |
A D | kconfig.rst | 216 It is possible to select different color themes using the variable 224 - blackbg => selects a color scheme with black background
|
/xen/stubdom/grub.patches/ |
A D | 10graphics.diff | 489 + "Sets the foreground color when in graphics mode." 518 + "Sets the background color when in graphics mode." 548 + "Sets the border video color when in graphics mode." 1233 +/* color state */ 1335 + /* make sure that the highlight color is set correctly */
|
A D | 99minios | 1114 /* make sure that the highlight color is set correctly */
|
/xen/tools/python/ |
A D | pylintrc | 40 color=no
|
Completed in 27 milliseconds