Home
last modified time | relevance | path

Searched refs:color (Results 1 – 15 of 15) sorted by relevance

/xen/xen/common/
A Drbtree.c70 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 Dutil.c166 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 Dnconf.h80 chtype color);
A Dgconf.c52 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 Dnconf.gui.c152 chtype color) in print_in_middle() argument
170 (void) wattrset(win, color); in print_in_middle()
/xen/tools/firmware/vgabios/
A DREADME113 . 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 DChangeLog189 - 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 Dvbe_display_api.txt35 VBE_DISPI_INDEX_BPP supports >8bpp color depth (value = bits)
A Dclext.c770 mov bx, #0x0E00 ;; IBM 8512/8513, color
A Dvgabios.c415 ;; 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 Dvideo.S598 rorb %al # Mono or color?
620 andb $0x0d, %al # Preserve clock select bits and color bit
/xen/docs/misc/
A Dkconfig.rst216 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 D10graphics.diff489 + "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 D99minios1114 /* make sure that the highlight color is set correctly */
/xen/tools/python/
A Dpylintrc40 color=no

Completed in 27 milliseconds