Searched refs:wfrac (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_box.c96 grub_fixed_signed_t wfrac = 0; local
111 wfrac += c->wfrac;
116 if (wfrac > GRUB_FIXED_1 || (w > 0 && wfrac == GRUB_FIXED_1))
121 if (wfrac < GRUB_FIXED_1)
122 *min_width = grub_fixed_sfs_divide (w, GRUB_FIXED_1 - wfrac);
149 r.width += grub_fixed_sfs_multiply (self->bounds.width, c->wfrac);
H A Dgui_canvas.c95 w = grub_fixed_sfs_multiply (self->bounds.width, comp->wfrac) + comp->w;
H A Dtheme_loader.c556 parse_proportional_spec (value, &component->w, &component->wfrac);
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dgui.h158 grub_fixed_signed_t wfrac; member in struct:grub_gui_component

Completed in 31 milliseconds