Searched defs:box_bottom_pad (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_list.c99 int box_bottom_pad = box->get_bottom_pad (box); local
102 - box_top_pad - box_bottom_pad) / (item_height + item_vspace);
314 int box_bottom_pad = box->get_bottom_pad (box); local
324 content_rect.height = self->bounds.height - box_top_pad - box_bottom_pad;
341 self->bounds.height - box_top_pad - box_bottom_pad);
391 int box_bottom_pad = box->get_bottom_pad (box); local
409 + box_top_pad + box_bottom_pad + sel_toppad);

Completed in 22 milliseconds