Home
last modified time | relevance | path

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

/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c365 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth; in bcmrend_draw_cursor()
374 for (j = 0; j < adp->va_info.vi_cwidth; j++) { in bcmrend_draw_cursor()
424 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in bcmfb_update_margins()
516 vi->vi_cwidth = BCMFB_FONT_WIDTH; in bcmfb_init()
517 vi->vi_width = sc->width / vi->vi_cwidth; in bcmfb_init()
528 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in bcmfb_init()
773 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth; in bcmfb_putc()
/freebsd/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c282 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth; in am335x_rend_draw_cursor()
292 for (j = 0; j < adp->va_info.vi_cwidth; j++) { in am335x_rend_draw_cursor()
342 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in am335x_syscons_update_margins()
426 vi->vi_cwidth = 8; in am335x_syscons_init()
439 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in am335x_syscons_init()
686 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth; in am335x_syscons_putc()
/freebsd/sys/powerpc/ofw/
H A Dofw_syscons.c395 vi->vi_cwidth = 8; in ofwfb_init()
405 sc->sc_xmargin = (sc->sc_width - (vi->vi_width * vi->vi_cwidth)) / 2; in ofwfb_init()
819 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth; in ofwfb_putc8()
871 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth; in ofwfb_putc32()
/freebsd/sys/dev/fb/
H A Dfb.c344 info->vi_cwidth, info->vi_cheight); in fb_dump_mode_info()
348 info->vi_cwidth, info->vi_cheight); in fb_dump_mode_info()
H A Dvesa.c971 vesa_vmode[modes].vi_cwidth = vmode.v_cwidth; in vesa_bios_init()
1253 if ((info->vi_cwidth != 0) in vesa_query_mode()
1254 && (info->vi_cwidth != vesa_vmode[i].vi_cwidth)) in vesa_query_mode()
H A Dvga.c1474 if ((info->vi_cwidth != 0) in vga_query_mode()
1475 && (info->vi_cwidth != bios_vmode[i].vi_cwidth)) in vga_query_mode()
2152 buf[0] = info.vi_width/info.vi_cwidth; /* COLS */ in vga_save_state()
/freebsd/sys/sys/
H A Dfbio.h210 int vi_cwidth; member
/freebsd/sys/dev/syscons/
H A Dscvidctl.c120 int vi_cwidth; member
152 fontwidth = info.vi_cwidth; in sc_set_text_mode()
H A Dsyscons.c3634 scp->xsize = info.vi_width / info.vi_cwidth; in init_scp()
3641 scp->xpixel = scp->xsize * info.vi_cwidth; in init_scp()
3646 scp->font_width = info.vi_cwidth; in init_scp()
/freebsd/usr.sbin/vidcontrol/
H A Dvidcontrol.c1143 info.vi_cwidth == 0 && info.vi_cheight == 0) in show_mode_info()
1189 info.vi_cwidth, info.vi_cheight); in show_mode_info()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c740 sp->_sysmouse_char_width = the_video.vi_cwidth; in initialize_mousetype()