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

/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dwidget-box.c66 blit (grub_gfxmenu_box_t self, int pixmap_index, int x, int y) function
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);
91 blit (self, BOX_PIXMAP_W, x, y + height_n);
94 blit (self, BOX_PIXMAP_NW, x, y);
95 blit (self, BOX_PIXMAP_NE, x + width_w + self->content_width, y);
96 blit (self, BOX_PIXMAP_SE,
99 blit (self, BOX_PIXMAP_SW, x, y + height_n + self->content_height);
102 blit (sel
[all...]
/osnet-11/usr/src/lib/efcode/engine/
H A Dfcode.c128 blit(fcode_env_t *env) function
1028 P1275(0x010, DEFINER, "b(lit)", blit);

Completed in 24 milliseconds