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

/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dwidget-box.c81 int height_n; local
84 height_n = get_height (self->scaled_pixmaps[BOX_PIXMAP_N]);
89 blit (self, BOX_PIXMAP_S, x + width_w, y + height_n + self->content_height);
90 blit (self, BOX_PIXMAP_E, x + width_w + self->content_width, y + height_n);
91 blit (self, BOX_PIXMAP_W, x, y + height_n);
98 y + height_n + self->content_height);
99 blit (self, BOX_PIXMAP_SW, x, y + height_n + self->content_height);
102 blit (self, BOX_PIXMAP_CENTER, x + width_w, y + height_n);

Completed in 15 milliseconds