Searched refs:term_color_t (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/sys/dev/vt/ |
| HD | vt.h | 132 term_color_t vd_mcursor_fg; /* (?) Cursor fg color. */ 133 term_color_t vd_mcursor_bg; /* (?) Cursor bg color. */ 316 typedef void vd_blank_t(struct vt_device *vd, term_color_t color); 322 unsigned int x, unsigned int y, term_color_t fg, term_color_t bg); 327 term_color_t); 328 typedef void vd_setpixel_t(struct vt_device *, int, int, term_color_t); 440 term_color_t *fg, term_color_t *bg);
|
| HD | vt_core.c | 1068 term_color_t *fg, term_color_t *bg) in vt_determine_colors() 1070 term_color_t tmp; in vt_determine_colors() 1531 vt_set_border(struct vt_window *vw, term_color_t c) in vt_set_border()
|
| /NextBSD/sys/dev/vt/hw/vga/ |
| HD | vt_vga.c | 55 term_color_t vga_curfg, vga_curbg; 139 vga_setfg(struct vt_device *vd, term_color_t color) in vga_setfg() 154 vga_setbg(struct vt_device *vd, term_color_t color) in vga_setbg() 313 vga_blank(struct vt_device *vd, term_color_t color) in vga_blank() 324 vga_bitblt_put(struct vt_device *vd, u_long dst, term_color_t color, in vga_bitblt_put() 350 vga_setpixel(struct vt_device *vd, int x, int y, term_color_t color) in vga_setpixel() 362 term_color_t color) in vga_drawrect() 425 term_color_t fg, term_color_t bg, int overwrite) in vga_copy_bitmap_portion() 491 term_color_t fg, term_color_t bg, in vga_bitblt_pixels_block_2colors() 606 term_color_t fg, bg; in vga_bitblt_one_text_pixels_block() [all …]
|
| /NextBSD/sys/dev/vt/hw/fb/ |
| HD | vt_fb.c | 155 vt_fb_setpixel(struct vt_device *vd, int x, int y, term_color_t color) in vt_fb_setpixel() 193 term_color_t color) in vt_fb_drawrect() 209 vt_fb_blank(struct vt_device *vd, term_color_t color) in vt_fb_blank() 260 unsigned int x, unsigned int y, term_color_t fg, term_color_t bg) in vt_fb_bitblt_bitmap() 331 term_color_t fg, bg; in vt_fb_bitblt_text()
|
| /NextBSD/sys/dev/fb/ |
| HD | creator_vt.c | 166 creatorfb_blank(struct vt_device *vd, term_color_t color) in creatorfb_blank() 184 unsigned int x, unsigned int y, term_color_t fg, term_color_t bg) in creatorfb_bitblt_bitmap() 230 term_color_t fg, bg; in creatorfb_bitblt_text()
|
| /NextBSD/sys/dev/vt/hw/ofwfb/ |
| HD | ofwfb.c | 116 unsigned int x, unsigned int y, term_color_t fg, term_color_t bg) in ofwfb_bitblt_bitmap() 233 term_color_t fg, bg; in ofwfb_bitblt_text()
|
| /NextBSD/sys/sys/ |
| HD | terminal.h | 81 typedef teken_color_t term_color_t; typedef
|