Lines Matching defs:font
1039 /* mono bitmap font */
1045 struct wsdisplay_font *font = PICK_FONT(ri, c);
1055 wi = font->fontwidth;
1056 he = font->fontheight;
1058 if (!CHAR_IN_FONT(c, font))
1066 data = WSFONT_GLYPH(c, font);
1079 switch (font->stride) {
1127 /* alpha font */
1133 struct wsdisplay_font *font = PICK_FONT(ri, c);
1146 wi = font->fontwidth;
1147 he = font->fontheight;
1149 if (!CHAR_IN_FONT(c, font))
1157 data8 = WSFONT_GLYPH(c, font);