HomeSort by relevance Sort by last modified time
    Searched full:normal_color (Results 1 - 8 of 8) sorted by null

  /external/grub/stage2/
console.c 56 console_setcolor (int normal_color, int highlight_color)
58 console_normal_color = normal_color;
term.h 79 void (*setcolor) (int normal_color, int highlight_color);
103 void console_setcolor (int normal_color, int highlight_color);
123 void hercules_setcolor (int normal_color, int highlight_color);
hercules.c 164 hercules_setcolor (int normal_color, int highlight_color)
166 herc_normal_color = normal_color;
builtins.c 666 to inverted NORMAL_COLOR. */
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_link_button.cc 72 button->normal_color,
76 button->normal_markup = g_strdup_printf(kLinkMarkup, button->normal_color,
194 strncpy(button->normal_color, "blue", 9);
247 snprintf(button->normal_color, 9, "#%02X%02X%02X", color->red / 257,
250 strncpy(button->normal_color, "blue", 9);
gtk_chrome_link_button.h 43 gchar normal_color[9]; member in struct:_GtkChromeLinkButton
  /external/grub/grub/
asmstub.c 743 console_setcolor (int normal_color, int highlight_color)
1266 hercules_setcolor (int normal_color, int highlight_color)
1268 console_setcolor (normal_color, highlight_color);
  /external/grub/
ChangeLog     [all...]

Completed in 211 milliseconds