Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/vt/
H A Dvt_cpulogos.c138 vd->vd_driver->vd_drawrect(vd, 0, 0, vd->vd_width - 1, in vtterm_draw_cpu_logos()
147 ncpu = MIN(ncpu, vd->vd_width / vt_logo_sprite_width); in vtterm_draw_cpu_logos()
H A Dvt_core.c299 main_vd->vd_width, main_vd->vd_height); in vt_update_static()
650 size->tp_col = vd->vd_width; in vt_termsize()
668 rect->tr_end.tp_col = vd->vd_width; in vt_termrect()
689 size->ws_col = size->ws_xpixel = vd->vd_width; in vt_winsize()
712 vw->vw_draw_area.tr_end.tp_col = vd->vd_width; in vt_compute_drawable_area()
732 rounddown(vd->vd_width, vf->vf_width); in vt_compute_drawable_area()
1330 drawrect(vd, 0, 0, vd->vd_width - 1, in vt_set_border()
1339 if (area->tr_end.tp_col < vd->vd_width) in vt_set_border()
1501 left = (vd->vd_width - vt_logo_width) / 2; in vtterm_splash()
1705 if (vd->vd_width != 0 && vd->vd_height != 0) in vtterm_cnprobe()
[all …]
H A Dvt.h144 vt_axis_t vd_width; /* (?) Screen width. */ member
/freebsd-13.1/sys/dev/vt/hw/fb/
H A Dvt_fb.c469 vd->vd_width = MIN(VT_FB_MAX_WIDTH, info->fb_width); in vt_fb_init()
470 margin = (info->fb_width - vd->vd_width) >> 1; in vt_fb_init()
/freebsd-13.1/sys/dev/vt/hw/vga/
H A Dvt_vga.c976 x2 = min(x2, vd->vd_width - 1); in vga_bitblt_bitmap()
1318 vd->vd_width = 80; in vga_init()
1323 vd->vd_width = VT_VGA_WIDTH; in vga_init()
/freebsd-13.1/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c174 if (((x + width) > vd->vd_width) || ((y + height) > in ofwfb_bitblt_bitmap()