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

  /src/sys/dev/rcons/
raster_op.c 664 src->linelongs == dst->linelongs && src->linelongs == w >> 5 )
668 h * src->linelongs * sizeof(u_int32_t) );
712 srclin2 = srclin1 + h * src->linelongs;
753 srclin += src->linelongs;
754 dstlin += dst->linelongs;
784 srclin2 = srclin1 + h * src->linelongs;
825 srclin += src->linelongs;
826 dstlin += dst->linelongs;
    [all...]
raster_text.c 234 int linelongs; local in function:raster_alloc
238 linelongs = ( ( width * depth + 31 ) >> 5 );
240 NEW( sizeof(struct raster) + height * linelongs * sizeof(u_int32_t));
247 r->linelongs = linelongs;
raster.h 85 int linelongs; /* longs from one line to the next - for padding */ member in struct:raster
174 ( (r)->pixels + (y) * (r)->linelongs + (x) * (r)->depth / 32 )
  /src/sys/dev/wscons/
wscons_rinit.c 79 n = rc->rc_font->chars[ch].r->linelongs *
  /src/sys/arch/mac68k/dev/
macfb.c 169 rap->linelongs = dc->dc_rowbytes / sizeof(u_int32_t);
  /src/sys/arch/next68k/dev/
nextdisplay.c 204 rap->linelongs = dc->dc_rowbytes / sizeof(uint32_t);

Completed in 28 milliseconds