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

  /src/sys/dev/wscons/
wsdisplay_glyphcache.c 75 gc->gc_cellwidth = -1;
99 gc->gc_cellwidth = -1;
122 if ((gc->gc_cellwidth == cellwidth) &&
129 gc->gc_cellwidth = cellwidth;
133 (gc->gc_cellwidth + gc->gc_cellalign - 1) &
185 gc->gc_cellwidth, gc->gc_cellheight, gc->gc_cellstride);
255 gc->gc_cellwidth, gc->gc_cellheight, gc->gc_rop);
269 gc->gc_cellwidth, 1, attr);
352 gc->gc_cellwidth, gc->gc_cellheight, gc->gc_rop);
wsdisplay_glyphcachevar.h 47 int gc_cellwidth; member in struct:_glyphcache

Completed in 15 milliseconds