Home
last modified time | relevance | path

Searched refs:vga_setpixel (Results 1 – 1 of 1) sorted by relevance

/src/sys/dev/vt/hw/vga/
H A Dvt_vga.c101 static vd_setpixel_t vga_setpixel; variable
114 .vd_setpixel = vga_setpixel,
363 vga_setpixel(struct vt_device *vd, int x, int y, term_color_t color) in vga_setpixel() function
385 vga_setpixel(vd, x, y, color); in vga_drawrect()
387 vga_setpixel(vd, x1, y, color); in vga_drawrect()
388 vga_setpixel(vd, x2, y, color); in vga_drawrect()