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

/freebsd-current/sys/dev/vt/hw/vga/
H A Dvt_vga.c100 static vd_setpixel_t vga_setpixel; variable
112 .vd_setpixel = vga_setpixel,
361 vga_setpixel(struct vt_device *vd, int x, int y, term_color_t color) function
383 vga_setpixel(vd, x, y, color);
385 vga_setpixel(vd, x1, y, color);
386 vga_setpixel(vd, x2, y, color);

Completed in 64 milliseconds