Lines Matching defs:font
599 struct wsdisplay_font *font = PICK_FONT(ri, c);
615 if (__predict_false((!CHAR_IN_FONT(c, font))))
618 wi = font->fontwidth;
619 he = font->fontheight;
634 data8 = WSFONT_GLYPH(c, font);
714 struct wsdisplay_font *font = PICK_FONT(ri, c);
727 wi = font->fontwidth;
728 he = font->fontheight;
730 if (!CHAR_IN_FONT(c, font))
739 uc = c - font->firstchar;
740 data = (uint8_t *)font->data + uc *
743 chipsfb_feed(sc, font->stride * he, data);