term_color_t
vtgpu_fb_blank(struct vt_device *vd, term_color_t color)
unsigned int x, unsigned int y, term_color_t fg, term_color_t bg)
int fill, term_color_t color)
vtgpu_fb_setpixel(struct vt_device *vd, int x, int y, term_color_t color)
vt_fb_setpixel(struct vt_device *vd, int x, int y, term_color_t color)
term_color_t color)
vt_fb_blank(struct vt_device *vd, term_color_t color)
unsigned int x, unsigned int y, term_color_t fg, term_color_t bg)
term_color_t fg, bg;
term_color_t c;
unsigned int x, unsigned int y, term_color_t fg, term_color_t bg)
term_color_t fg, bg;
vga_setfg(struct vt_device *vd, term_color_t color)
vga_setbg(struct vt_device *vd, term_color_t color)
vga_blank(struct vt_device *vd, term_color_t color)
vga_bitblt_put(struct vt_device *vd, u_long dst, term_color_t color,
vga_setpixel(struct vt_device *vd, int x, int y, term_color_t color)
term_color_t color)
term_color_t fg, term_color_t bg, int overwrite)
term_color_t fg, term_color_t bg,
term_color_t vga_curfg, vga_curbg;
term_color_t fg, bg;
term_color_t fg, bg;
unsigned int x, unsigned int y, term_color_t fg, term_color_t bg)
term_color_t vd_mcursor_fg; /* (?) Cursor fg color. */
term_color_t vd_mcursor_bg; /* (?) Cursor bg color. */
term_color_t *vd_drawnfg; /* (?) Most recent fg color drawn. */
term_color_t *vd_drawnbg; /* (?) Most recent bg color drawn. */
typedef void vd_blank_t(struct vt_device *vd, term_color_t color);
unsigned int x, unsigned int y, term_color_t fg, term_color_t bg);
term_color_t);
typedef void vd_setpixel_t(struct vt_device *, int, int, term_color_t);
term_color_t *fg, term_color_t *bg);
term_color_t *fg, term_color_t *bg)
term_color_t tmp;
term_color_t c)
term_color_t fg, bg;
term_color_t fg, bg;
static term_color_t vt_consdrawnfg[PIXEL_HEIGHT(VT_FB_MAX_HEIGHT) * PIXEL_WIDTH(VT_FB_MAX_WIDTH)];
static term_color_t vt_consdrawnbg[PIXEL_HEIGHT(VT_FB_MAX_HEIGHT) * PIXEL_WIDTH(VT_FB_MAX_WIDTH)];