Lines Matching refs:rc_font
77 x = col * rc->rc_font->width + rc->rc_xorigin;
78 y = row * rc->rc_font->height + rc->rc_yorigin;
83 rc->rc_font->chars[(int)' '].r->width,
84 rc->rc_font->chars[(int)' '].r->height,
86 rc->rc_font->width, rc->rc_font->height,
116 x = col * rc->rc_font->width + rc->rc_xorigin;
117 y = row * rc->rc_font->height + rc->rc_font_ascent + rc->rc_yorigin;
123 raster_textn(rc->rc_sp, x, y, op, rc->rc_font, &help, 1);
153 y = rc->rc_yorigin + rc->rc_font->height * row;
154 srcx = rc->rc_xorigin + rc->rc_font->width * srccol;
155 dstx = rc->rc_xorigin + rc->rc_font->width * dstcol;
156 nx = rc->rc_font->width * ncols;
159 nx, rc->rc_font->height, RAS_SRC,
172 y = rc->rc_yorigin + rc->rc_font->height * row;
173 startx = rc->rc_xorigin + rc->rc_font->width * startcol;
174 nx = rc->rc_font->width * ncols;
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;