HomeSort by: relevance | last modified time | path
    Searched refs:rc_raswidth (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/wscons/
wscons_raster.h 64 int rc_raswidth; /* raster width for row copies */ member in struct:rcons
wscons_rinit.c 118 rc->rc_raswidth = rc->rc_maxcol * rc->rc_font->width;
119 if (rc->rc_raswidth & 0x1f) {
121 i = (rc->rc_raswidth + 0x1f) & ~0x1f;
124 rc->rc_raswidth = i;
wscons_rops.c 198 rc->rc_raswidth, ny, RAS_SRC,
218 rc->rc_raswidth, ny, op,

Completed in 11 milliseconds