Symbol: glyphcache
sys/arch/hppa/dev/gftfb.c
90
glyphcache sc_gc;
sys/arch/hppa/dev/hyperfb.c
105
glyphcache sc_gc;
sys/arch/hppa/dev/summitfb.c
95
glyphcache sc_gc;
sys/arch/sparc/dev/cgfourteenvar.h
103
glyphcache sc_gc;
sys/dev/ic/ct65550var.h
77
glyphcache sc_gc;
sys/dev/pci/gffb.c
104
glyphcache sc_gc;
sys/dev/pci/machfb.c
158
glyphcache sc_gc;
sys/dev/pci/mgafbvar.h
109
glyphcache sc_gc;
sys/dev/pci/pm2fb.c
119
glyphcache sc_gc;
sys/dev/pci/pm3fb.c
99
glyphcache sc_gc;
sys/dev/pci/r128fb.c
92
glyphcache sc_gc;
sys/dev/pci/radeonfbvar.h
197
glyphcache rd_gc;
sys/dev/pci/veritefb.c
161
glyphcache sc_gc; /* VRAM glyph cache */
sys/dev/pci/voyager/voyagerfb.c
124
glyphcache sc_gc;
sys/dev/sbus/agten.c
127
glyphcache sc_gc;
sys/dev/sbus/mgx.c
96
glyphcache sc_gc;
sys/dev/sbus/p9100.c
134
glyphcache sc_gc;
sys/dev/sun/cgsixvar.h
80
glyphcache sc_gc;
sys/dev/wscons/wsdisplay_glyphcache.c
116
glyphcache_reconfig(glyphcache *gc, int cellwidth, int cellheight, long attr)
sys/dev/wscons/wsdisplay_glyphcache.c
192
glyphcache *gc = cookie;
sys/dev/wscons/wsdisplay_glyphcache.c
205
glyphcache_wipe(glyphcache *gc)
sys/dev/wscons/wsdisplay_glyphcache.c
239
glyphcache_add(glyphcache *gc, int c, int x, int y)
sys/dev/wscons/wsdisplay_glyphcache.c
263
glyphcache_underline(glyphcache *gc, int x, int y, long attr)
sys/dev/wscons/wsdisplay_glyphcache.c
279
glyphcache_try(glyphcache *gc, int c, int x, int y, long attr)
sys/dev/wscons/wsdisplay_glyphcache.c
60
glyphcache_init(glyphcache *gc, int first, int lines, int width,
sys/dev/wscons/wsdisplay_glyphcache.c
68
glyphcache_init_align(glyphcache *gc, int first, int lines, int width,
sys/dev/wscons/wsdisplay_glyphcache.c
92
glyphcache_init_x(glyphcache *gc, int x, int y, int lines, int width,
sys/dev/wscons/wsdisplay_glyphcachevar.h
105
void glyphcache_underline(glyphcache *, int, int, long);
sys/dev/wscons/wsdisplay_glyphcachevar.h
75
int glyphcache_init(glyphcache *, int, int, int, int, int, long);
sys/dev/wscons/wsdisplay_glyphcachevar.h
78
int glyphcache_init_x(glyphcache *, int, int, int, int, int, int, long);
sys/dev/wscons/wsdisplay_glyphcachevar.h
81
int glyphcache_init_align(glyphcache *, int, int, int, int, int, long, int);
sys/dev/wscons/wsdisplay_glyphcachevar.h
84
int glyphcache_reconfig(glyphcache *, int, int, long);
sys/dev/wscons/wsdisplay_glyphcachevar.h
90
void glyphcache_wipe(glyphcache *);
sys/dev/wscons/wsdisplay_glyphcachevar.h
93
int glyphcache_add(glyphcache *, int, int, int); /* char code, x, y */
sys/dev/wscons/wsdisplay_glyphcachevar.h
96
int glyphcache_try(glyphcache *, int, int, int, long); /* char code, x, y, attr */