Searched refs:vd_width (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/dev/vt/ |
| H A D | vt_cpulogos.c | 132 vd->vd_driver->vd_drawrect(vd, 0, 0, vd->vd_width, in vtterm_draw_cpu_logos() 141 ncpu = MIN(ncpu, vd->vd_width / vt_logo_sprite_width); in vtterm_draw_cpu_logos()
|
| H A D | vt_core.c | 283 main_vd->vd_width, main_vd->vd_height); in vt_update_static() 629 size->tp_col = vd->vd_width; in vt_termsize() 645 rect->tr_end.tp_col = vd->vd_width; in vt_termrect() 664 size->ws_col = size->ws_xpixel = vd->vd_width; in vt_winsize() 685 vw->vw_draw_area.tr_end.tp_col = vd->vd_width; in vt_compute_drawable_area() 705 rounddown(vd->vd_width, vf->vf_width); in vt_compute_drawable_area() 1253 drawrect(vd, 0, 0, vd->vd_width - 1, in vt_set_border() 1262 if (area->tr_end.tp_col < vd->vd_width) in vt_set_border() 1422 left = (vd->vd_width - vt_logo_width) / 2; in vtterm_splash() 1494 if (vd->vd_width != 0 && vd->vd_height != 0) in vtterm_cnprobe() [all …]
|
| H A D | vt.h | 143 vt_axis_t vd_width; /* (?) Screen width. */ member
|
| /freebsd-12.1/sys/dev/vt/hw/fb/ |
| H A D | vt_fb.c | 462 vd->vd_width = MIN(VT_FB_MAX_WIDTH, info->fb_width); in vt_fb_init() 463 margin = (info->fb_width - vd->vd_width) >> 1; in vt_fb_init()
|
| /freebsd-12.1/sys/dev/vt/hw/vga/ |
| H A D | vt_vga.c | 969 x2 = min(x2, vd->vd_width - 1); in vga_bitblt_bitmap() 1307 vd->vd_width = 80; in vga_init() 1312 vd->vd_width = VT_VGA_WIDTH; in vga_init()
|
| /freebsd-12.1/sys/dev/vt/hw/ofwfb/ |
| H A D | ofwfb.c | 164 if (((x + width) > vd->vd_width) || ((y + height) > in ofwfb_bitblt_bitmap()
|