Lines Matching defs:wsfont
66 #include <dev/wsfont/wsfont.h>
301 const struct wsdisplay_font * wsfont;
626 fontreal = scr->wsfont->data;
627 fontlow = scr->wsfont->firstchar;
628 fonthigh = fontlow + scr->wsfont->numchars - 1;
630 fontheight = uimin(scr->fontheight, scr->wsfont->fontheight);
638 fontreal += scr->wsfont->fontheight * (ch - fontlow);
1330 scr->wsfont = NULL;
1338 if (scr->wsfont == NULL)
1340 scr->wsfont = amidisplaycc_getbuiltinfont();
1344 KASSERT(scr->wsfont);
1345 KASSERT(scr->wsfont->stride == 1);
1405 scr->wsfont->name);
1429 if (scr->wsfont && scr->wsfontcookie != -1)
1431 scr->wsfont = NULL;
1487 * Only setting is supported, as the wsfont pseudo-device can
1869 struct wsdisplay_font *wsfont;
1886 if (wsfont_lock(wsfontcookie, &wsfont))
1889 KASSERT(wsfont);
1891 if (scr->wsfont && scr->wsfontcookie != -1)
1894 scr->wsfont = wsfont;