Home
last modified time | relevance | path

Searched refs:vi_cwidth (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c369 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth; in bcmrend_draw_cursor()
378 for (j = 0; j < adp->va_info.vi_cwidth; j++) { in bcmrend_draw_cursor()
428 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in bcmfb_update_margins()
520 vi->vi_cwidth = BCMFB_FONT_WIDTH; in bcmfb_init()
521 vi->vi_width = sc->width / vi->vi_cwidth; in bcmfb_init()
532 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in bcmfb_init()
777 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth; in bcmfb_putc()
/freebsd-13.1/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c284 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth; in am335x_rend_draw_cursor()
294 for (j = 0; j < adp->va_info.vi_cwidth; j++) { in am335x_rend_draw_cursor()
344 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in am335x_syscons_update_margins()
428 vi->vi_cwidth = 8; in am335x_syscons_init()
441 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in am335x_syscons_init()
688 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth; in am335x_syscons_putc()
/freebsd-13.1/sys/arm/versatile/
H A Dversatile_clcd.c532 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth; in clcdr_draw_cursor()
540 for (j = 0; j < adp->va_info.vi_cwidth; j++) { in clcdr_draw_cursor()
581 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in versatilefb_update_margins()
626 vi->vi_cwidth = 8; in versatilefb_init()
639 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in versatilefb_init()
869 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth; in versatilefb_putc()
/freebsd-13.1/sys/powerpc/ofw/
H A Dofw_syscons.c398 vi->vi_cwidth = 8; in ofwfb_init()
408 sc->sc_xmargin = (sc->sc_width - (vi->vi_width * vi->vi_cwidth)) / 2; in ofwfb_init()
822 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth; in ofwfb_putc8()
874 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth; in ofwfb_putc32()
/freebsd-13.1/sys/arm/freescale/imx/
H A Dimx51_ipuv3.c558 vi->vi_cwidth = 8; in ipu3fb_init()
570 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in ipu3fb_init()
825 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth; in ipu3fb_putc()
/freebsd-13.1/sys/dev/fb/
H A Dfb.c589 info->vi_cwidth, info->vi_cheight); in fb_dump_mode_info()
593 info->vi_cwidth, info->vi_cheight); in fb_dump_mode_info()
H A Dvesa.c973 vesa_vmode[modes].vi_cwidth = vmode.v_cwidth; in vesa_bios_init()
1255 if ((info->vi_cwidth != 0) in vesa_query_mode()
1256 && (info->vi_cwidth != vesa_vmode[i].vi_cwidth)) in vesa_query_mode()
H A Dvga.c1525 if ((info->vi_cwidth != 0) in vga_query_mode()
1526 && (info->vi_cwidth != bios_vmode[i].vi_cwidth)) in vga_query_mode()
2203 buf[0] = info.vi_width/info.vi_cwidth; /* COLS */ in vga_save_state()
/freebsd-13.1/sys/sys/
H A Dfbio.h203 int vi_cwidth; member
/freebsd-13.1/sys/dev/syscons/
H A Dscvidctl.c122 int vi_cwidth; member
152 fontwidth = info.vi_cwidth; in sc_set_text_mode()
H A Dsyscons.c3632 scp->xsize = info.vi_width / info.vi_cwidth; in init_scp()
3639 scp->xpixel = scp->xsize * info.vi_cwidth; in init_scp()
3644 scp->font_width = info.vi_cwidth; in init_scp()
/freebsd-13.1/sys/dev/terasic/mtl/
H A Dterasic_mtl_syscons.c120 vi->vi_cwidth = 0; in terasic_mtl_vidsw_init()
/freebsd-13.1/usr.sbin/vidcontrol/
H A Dvidcontrol.c1148 info.vi_cwidth == 0 && info.vi_cheight == 0) in show_mode_info()
1194 info.vi_cwidth, info.vi_cheight); in show_mode_info()
/freebsd-13.1/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c699 sp->_sysmouse_char_width = the_video.vi_cwidth; in initialize_mousetype()