Searched refs:si_font (Results 1 - 2 of 2) sorted by relevance

/src/sys/dev/tc/
H A Dsticvar.h92 struct wsdisplay_font *si_font; member in struct:stic_info
H A Dstic.c328 if (wsfont_lock(cookie, &si->si_font))
331 si->si_fontw = si->si_font->fontwidth;
332 si->si_fonth = si->si_font->fontheight;
998 font = si->si_font;
1100 if (c < si->si_font->firstchar || c == ' ') {
1105 if (c - si->si_font->firstchar >= si->si_font->numchars) {

Completed in 4 milliseconds