Lines Matching defs:font
149 8, 16, /* font width/height */
990 struct wsdisplay_font *font = PICK_FONT(ri, uc);
1004 x = ri->ri_xorigin + font->fontwidth * col;
1005 y = ri->ri_yorigin + font->fontheight * row;
1006 zx_fillrect(sc, x, y, font->fontwidth,
1007 font->fontheight, bg, ZX_STD_ROP);
1012 ((row * font->fontheight + ri->ri_yorigin) << 11) +
1013 (col * font->fontwidth + ri->ri_xorigin);
1014 fb = (uint8_t *)font->data + (uc - font->firstchar) *
1016 fs = font->stride;
1026 0xffffffff << (32 - font->fontwidth));
1028 if (font->fontwidth <= 8) {
1029 for (i = font->fontheight; i != 0; i--, dp += 2048) {
1034 for (i = font->fontheight; i != 0; i--, dp += 2048) {