HomeSort by: relevance | last modified time | path
    Searched defs:glyphcache (Results 1 - 2 of 2) 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_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);

Completed in 26 milliseconds