Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/vt/
H A Dvt_cpulogos.c135 vd->vd_driver->vd_drawrect(vd, 0, 0, vd->vd_width - 1, in vtterm_draw_cpu_logos()
144 ncpu = MIN(ncpu, vd->vd_width / vt_logo_sprite_width); in vtterm_draw_cpu_logos()
H A Dvt_core.c290 main_vd->vd_width, main_vd->vd_height); in vt_update_static()
651 size->tp_col = vd->vd_width; in vt_termsize()
669 rect->tr_end.tp_col = vd->vd_width; in vt_termrect()
690 size->ws_col = size->ws_xpixel = vd->vd_width; in vt_winsize()
733 rounddown(vd->vd_width, vf->vf_width); in vt_compute_drawable_area()
1331 drawrect(vd, 0, 0, vd->vd_width - 1, in vt_set_border()
1340 if (area->tr_end.tp_col < vd->vd_width) in vt_set_border()
1674 left = (vd->vd_width - vt_logo_width) / 2; in vtterm_splash()
1685 left = (vd->vd_width - si->si_width) / 2; in vtterm_splash()
1886 if (vd->vd_width != 0 && vd->vd_height != 0) in vtterm_cnprobe()
[all …]
H A Dvt.h143 vt_axis_t vd_width; /* (?) Screen width. */ member
/freebsd-14.2/sys/dev/vt/hw/fb/
H A Dvt_fb.c522 vd->vd_width = MIN(VT_FB_MAX_WIDTH, info->fb_width); in vt_fb_init()
523 margin = (info->fb_width - vd->vd_width) >> 1; in vt_fb_init()
/freebsd-14.2/sys/dev/vt/hw/vga/
H A Dvt_vga.c976 x2 = min(x2, vd->vd_width - 1); in vga_bitblt_bitmap()
1328 vd->vd_width = 80; in vga_init()
1333 vd->vd_width = VT_VGA_WIDTH; in vga_init()
/freebsd-14.2/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c174 if (((x + width) > vd->vd_width) || ((y + height) > in ofwfb_bitblt_bitmap()