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

/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dicon_manager.c45 int icon_height; member in struct:grub_gfxmenu_icon_manager
63 mgr->icon_height = 0;
126 if (width != mgr->icon_width || height != mgr->icon_height)
130 mgr->icon_height = height;
167 mgr->icon_width, mgr->icon_height,
H A Dgui_list.c37 int icon_height; member in struct:grub_gui_list_impl
264 item_top + (item_height - self->icon_height) / 2,
265 0, 0, self->icon_width, self->icon_height);
455 self->icon_height);
457 else if (grub_strcmp (name, "icon_height") == 0)
459 self->icon_height = grub_strtol (value, 0, 10);
462 self->icon_height);
583 self->icon_height = 32;
619 self->icon_height);

Completed in 17 milliseconds