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

/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_box.c169 grub_fixed_signed_t hfrac = 0; local
184 hfrac += c->hfrac;
189 if (hfrac > GRUB_FIXED_1 || (h > 0 && hfrac == GRUB_FIXED_1))
194 if (hfrac < GRUB_FIXED_1)
195 *min_height = grub_fixed_sfs_divide (h, GRUB_FIXED_1 - hfrac);
222 r.height += grub_fixed_sfs_multiply (self->bounds.height, c->hfrac);
H A Dgui_canvas.c96 h = grub_fixed_sfs_multiply (self->bounds.height, comp->hfrac) + comp->h;
H A Dtheme_loader.c558 parse_proportional_spec (value, &component->h, &component->hfrac);
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dgui.h160 grub_fixed_signed_t hfrac; member in struct:grub_gui_component

Completed in 25 milliseconds