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

/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_list.c311 int box_left_pad = box->get_left_pad (box); local
321 content_rect.x = box_left_pad;
323 content_rect.width = self->bounds.width - box_left_pad - box_right_pad;
388 int box_left_pad = box->get_left_pad (box); local
403 *width += 2 * boxpad + box_left_pad + box_right_pad;

Completed in 17 milliseconds