Lines Matching defs:font
317 /* Get a font and set up screen metrics. */
326 panic("stic_init: font table is empty");
329 panic("stic_init: couldn't lock font");
340 panic("stic_init: unusable font");
976 struct wsdisplay_font *font;
998 font = si->si_font;
1010 pb[1] = font->fontheight > 16 ? 0x04ffffff : 0x02ffffff;
1014 r *= font->fontheight;
1015 c *= font->fontwidth;
1016 uc = (uc - font->firstchar) * font->stride * font->fontheight;
1017 fr = (u_short *)((char *)font->data + uc);
1021 i = ((font->fontheight > 16 ? 16 : font->fontheight) << 2) - 1;
1023 v2 = ((c + font->fontwidth) << 19) | (v1 & 0xffff);
1055 if (font->fontheight > 16) {
1056 i = ((font->fontheight - 16) << 2) - 1;
1059 v2 = ((c + font->fontwidth) << 19) | (v1 & 0xffff);