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

/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_progress_bar.c178 int text_width = grub_font_get_string_width (font, text); local
179 int x = (width - text_width) / 2;
244 unsigned text_width = 0, text_height = 0; local
249 text_width = grub_font_get_string_width (self->font, self->template);
250 text_width += grub_font_get_string_width (self->font, "XXXXXXXXXX");
255 if (*width < text_width)
256 *width = text_width;
H A Dview.c258 int text_width = grub_font_get_string_width (font, text); local
259 int x = f.x + (f.width - text_width) / 2;

Completed in 35 milliseconds