Home | History | Annotate | Download | only in wscons

Lines Matching refs:height

78 	y = row * rc->rc_font->height + rc->rc_yorigin;
84 rc->rc_font->chars[(int)' '].r->height,
86 rc->rc_font->width, rc->rc_font->height,
117 y = row * rc->rc_font->height + rc->rc_font_ascent + rc->rc_yorigin;
136 raster_op(rc->rc_sp, 0, 0, rc->rc_sp->width, rc->rc_sp->height,
153 y = rc->rc_yorigin + rc->rc_font->height * row;
159 nx, rc->rc_font->height, RAS_SRC,
172 y = rc->rc_yorigin + rc->rc_font->height * row;
180 nx, rc->rc_font->height, op,
193 srcy = rc->rc_yorigin + rc->rc_font->height * srcrow;
194 dsty = rc->rc_yorigin + rc->rc_font->height * dstrow;
195 ny = rc->rc_font->height * nrows;
211 starty = rc->rc_yorigin + rc->rc_font->height * startrow;
212 ny = rc->rc_font->height * nrows;