Searched refs:text_color (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_progress_bar.c43 grub_video_rgba_color_t text_color; member in struct:grub_gui_progress_bar
164 grub_video_color_t text_color = local
165 grub_video_map_rgba_color (self->text_color);
182 grub_font_draw_string (text, font, text_color, x, y);
300 else if (grub_strcmp (name, "text_color") == 0)
302 grub_video_parse_color (value, &self->text_color);
386 self->text_color = black;
H A Dgui_list.c273 grub_video_rgba_color_t text_color = local
279 grub_video_map_rgba_color (text_color),

Completed in 16 milliseconds