Home | History | Annotate | Download | only in wscons

Lines Matching refs:rc_font

64 	rc->rc_font = fp;
67 rc->rc_font_ascent = -(rc->rc_font->chars)['a'].homey;
76 if (rc->rc_font->chars[ch].r == 0)
79 n = rc->rc_font->chars[ch].r->linelongs *
80 rc->rc_font->chars[ch].r->height;
81 pix = rc->rc_font->chars[ch].r->pixels;
105 i = rp->height / rc->rc_font->height;
108 i = rp->width / rc->rc_font->width;
113 ((rp->width - rc->rc_maxcol * rc->rc_font->width) / 2) & ~0x1f;
115 (rp->height - rc->rc_maxrow * rc->rc_font->height) / 2;
118 rc->rc_raswidth = rc->rc_maxcol * rc->rc_font->width;