Searched refs:rc_raswidth (Results 1 – 3 of 3) sorted by relevance
118 rc->rc_raswidth = rc->rc_maxcol * rc->rc_font->width; in rcons_init()119 if (rc->rc_raswidth & 0x1f) { in rcons_init()121 i = (rc->rc_raswidth + 0x1f) & ~0x1f; in rcons_init()124 rc->rc_raswidth = i; in rcons_init()
198 rc->rc_raswidth, ny, RAS_SRC, in rcons_copyrows()218 rc->rc_raswidth, ny, op, in rcons_eraserows()
64 int rc_raswidth; /* raster width for row copies */ member