Searched defs:width_w (Results 1 - 1 of 1) sorted by relevance
| /osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/ |
| H A D | widget-box.c | 82 int width_w; local 85 width_w = get_width (self->scaled_pixmaps[BOX_PIXMAP_W]); 88 blit (self, BOX_PIXMAP_N, x + width_w, y); 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); 95 blit (self, BOX_PIXMAP_NE, x + width_w + self->content_width, y); 97 x + width_w + self->content_width, 102 blit (self, BOX_PIXMAP_CENTER, x + width_w, y + height_n);
|
Completed in 20 milliseconds