Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/playstation2/ee/
Dgsfb.c65 struct wsdisplay_font *sc_font; member
377 if (wsfont_lock(font, &sc->sc_font)) in gsfb_swinit()
394 struct wsdisplay_font *font = sc->sc_font; in _gsfb_cursor()
415 struct wsdisplay_font *font = sc->sc_font; in _gsfb_mapchar()
438 struct wsdisplay_font *font = sc->sc_font; in _gsfb_putchar()
456 int y = sc->sc_font->fontheight * row; in _gsfb_copycols()
457 int w = sc->sc_font->fontwidth; in _gsfb_copycols()
489 int h = sc->sc_font->fontheight; in _gsfb_copyrows()
/netbsd/src/sys/arch/hpcsh/dev/hd64461/
Dhd64461video.c91 struct hd64461video_font sc_font; member
817 cw = sc->sc_font.cw; in hd64461video_putchar()
883 struct wsdisplay_font *font = &sc->sc_font.wsfont; in hd64461video_font_set_attr()
891 sc->sc_font.c = (w * bpp) / NBBY; in hd64461video_font_set_attr()
892 sc->sc_font.cw = hvc->hf.hf_width / w; in hd64461video_font_set_attr()
893 sc->sc_font.cstep = ((w * h * bpp) / NBBY) * sc->sc_font.cw; in hd64461video_font_set_attr()
895 DPRINTF("c = %d cw = %d cstep = %d\n", sc->sc_font.c, in hd64461video_font_set_attr()
896 sc->sc_font.cw, sc->sc_font.cstep); in hd64461video_font_set_attr()
905 struct hd64461video_font *font = &sc->sc_font; in hd64461video_font_start_addr()
918 struct wsdisplay_font *font = &sc->sc_font.wsfont; in hd64461video_font_load()
[all …]
/netbsd/src/sys/arch/vax/uba/
Dqv.c175 char *sc_font; /* font glyph table */ member
471 sc->sc_font = console_font->data; in qv_attach()
533 return &sc->sc_font[c*QV_CHEIGHT + line]; in qv_font()
/netbsd/src/sys/dev/ic/
Dssdfbvar.h340 struct wsdisplay_font *sc_font; member
Dssdfb.c310 error = ssdfb_pick_font(&sc->sc_fontcookie, &sc->sc_font); in ssdfb_attach()
336 ri->ri_font = sc->sc_font; in ssdfb_attach()
352 sc->sc_p->p_height / sc->sc_font->fontheight, in ssdfb_attach()
353 sc->sc_p->p_width / sc->sc_font->fontwidth); in ssdfb_attach()
/netbsd/src/sys/dev/pci/
Dvoodoofb.c105 void *sc_font; member
446 sc->sc_font = NULL; in voodoofb_attach()
1860 if (ri->ri_font == sc->sc_font) { in voodoofb_init_glyphcache()