Home
last modified time | relevance | path

Searched refs:rc_raswidth (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/wscons/
H A Dwscons_rinit.c118 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()
H A Dwscons_rops.c198 rc->rc_raswidth, ny, RAS_SRC, in rcons_copyrows()
218 rc->rc_raswidth, ny, op, in rcons_eraserows()
H A Dwscons_raster.h64 int rc_raswidth; /* raster width for row copies */ member