Home | History | Annotate | Download | only in pci

Lines Matching defs:font

835 	struct wsdisplay_font *font = PICK_FONT(ri, c);
845 if (!CHAR_IN_FONT(c, font))
848 wi = font->fontwidth;
849 he = font->fontheight;
861 data = WSFONT_GLYPH(c, font);
898 offset = 32 - (font->stride << 3);
905 switch (font->stride) {
935 struct wsdisplay_font *font = PICK_FONT(ri, c);
947 if (!CHAR_IN_FONT(c, font))
950 wi = font->fontwidth;
951 he = font->fontheight;
965 data8 = WSFONT_GLYPH(c, font);