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

  /src/sys/dev/wscons/
wsdisplay_glyphcachevar.h 72 } glyphcache; typedef in typeref:struct:_glyphcache
75 int glyphcache_init(glyphcache *, int, int, int, int, int, long);
78 int glyphcache_init_x(glyphcache *, int, int, int, int, int, int, long);
81 int glyphcache_init_align(glyphcache *, int, int, int, int, int, long, int);
84 int glyphcache_reconfig(glyphcache *, int, int, long);
90 void glyphcache_wipe(glyphcache *);
93 int glyphcache_add(glyphcache *, int, int, int); /* char code, x, y */
96 int glyphcache_try(glyphcache *, int, int, int, long); /* char code, x, y, attr */
105 void glyphcache_underline(glyphcache *, int, int, long);
wsdisplay_glyphcache.c 60 glyphcache_init(glyphcache *gc, int first, int lines, int width,
68 glyphcache_init_align(glyphcache *gc, int first, int lines, int width,
92 glyphcache_init_x(glyphcache *gc, int x, int y, int lines, int width,
116 glyphcache_reconfig(glyphcache *gc, int cellwidth, int cellheight, long attr)
192 glyphcache *gc = cookie;
205 glyphcache_wipe(glyphcache *gc)
239 glyphcache_add(glyphcache *gc, int c, int x, int y)
263 glyphcache_underline(glyphcache *gc, int x, int y, long attr)
279 glyphcache_try(glyphcache *gc, int c, int x, int y, long attr)
  /src/sys/dev/sun/
cgsixvar.h 80 glyphcache sc_gc;
  /src/sys/dev/ic/
ct65550var.h 77 glyphcache sc_gc;
  /src/sys/arch/sparc/dev/
cgfourteenvar.h 102 glyphcache sc_gc;
  /src/sys/dev/pci/
radeonfbvar.h 197 glyphcache rd_gc;
r128fb.c 92 glyphcache sc_gc;
pm2fb.c 119 glyphcache sc_gc;
pm3fb.c 99 glyphcache sc_gc;
gffb.c 102 glyphcache sc_gc;
machfb.c 158 glyphcache sc_gc;
  /src/sys/dev/sbus/
agten.c 127 glyphcache sc_gc;
p9100.c 134 glyphcache sc_gc;
mgx.c 96 glyphcache sc_gc;
  /src/sys/dev/pci/voyager/
voyagerfb.c 111 glyphcache sc_gc;
  /src/sys/arch/hppa/dev/
gftfb.c 92 glyphcache sc_gc;
summitfb.c 97 glyphcache sc_gc;

Completed in 29 milliseconds