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

  /src/sys/dev/rcons/
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 )

Completed in 65 milliseconds