Searched refs:estimated_width (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dterm.c46 .estimated_width = 1
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dterm.c225 .estimated_width = 1,
411 .estimated_width = 1
432 c2.estimated_width = grub_term_getcharwidth (term, c);
458 c2.estimated_width = 0;
461 c2.estimated_width = 1;
482 .estimated_width = 1
839 .estimated_width = 1,
H A Dmenu_text.c273 .estimated_width = 1
H A Dcharset.c586 out->estimated_width = 1;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dunicode.h148 int estimated_width; member in struct:grub_unicode_glyph
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dterminfo.c366 if (data->xpos + c->estimated_width >= grub_term_width (term) + 1)
374 data->xpos += c->estimated_width;

Completed in 296 milliseconds