Searched refs:vw_font (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/sys/dev/vt/ |
| HD | vt_core.c | 618 if (vw->vw_font == NULL) { in vt_compute_drawable_area() 628 vf = vw->vw_font; in vt_compute_drawable_area() 657 vt_termsize(vw->vw_device, vw->vw_font, &size); in vt_scroll() 754 vt_termsize(vd, vw->vw_font, &size); in vt_scrollmode_kbdevent() 764 vt_termsize(vd, vw->vw_font, &size); in vt_scrollmode_kbdevent() 1122 vf = vw->vw_font; in vt_mark_mouse_position_as_dirty() 1168 vf = vw->vw_font; in vt_flush() 1340 vw->vw_font = vtfont_ref(&vt_font_default); in vtterm_cnprobe() 1350 vt_termsize(vd, vw->vw_font, &vw->vw_buf.vb_scr_size); in vtterm_cnprobe() 1353 vt_winsize(vd, vw->vw_font, &wsz); in vtterm_cnprobe() [all …]
|
| HD | vt_cpulogos.c | 178 vf = vw->vw_font; in vt_fini_logos() 225 vf = vw->vw_font; in vt_init_logos()
|
| HD | vt.h | 275 struct vt_font *vw_font; /* (d) Graphical font. */ member
|
| /NextBSD/sys/dev/vt/hw/vga/ |
| HD | vt_vga.c | 603 uint8_t pattern_2colors[vw->vw_font->vf_height]; in vga_bitblt_one_text_pixels_block() 604 uint8_t pattern_ncolors[vw->vw_font->vf_height * 16]; in vga_bitblt_one_text_pixels_block() 610 vf = vw->vw_font; in vga_bitblt_one_text_pixels_block() 775 vf = vw->vw_font; in vga_bitblt_text_gfxmode()
|
| /NextBSD/sys/dev/fb/ |
| HD | creator_vt.c | 233 vf = vw->vw_font; in creatorfb_bitblt_text()
|
| /NextBSD/sys/dev/vt/hw/ofwfb/ |
| HD | ofwfb.c | 236 vf = vw->vw_font; in ofwfb_bitblt_text()
|
| /NextBSD/sys/dev/vt/hw/fb/ |
| HD | vt_fb.c | 334 vf = vw->vw_font; in vt_fb_bitblt_text()
|