HelenOS sources

gfx_glyph_matches   53 uspace/lib/gfxfont/include/gfx/glyph.h extern bool gfx_glyph_matches(gfx_glyph_t *, const char *, size_t *);
gfx_glyph_matches  352 uspace/lib/gfxfont/src/font.c 		if (gfx_glyph_matches(glyph, str, &msize)) {
gfx_glyph_matches  316 uspace/lib/gfxfont/test/glyph.c 	match = gfx_glyph_matches(glyph, "A", &msize);
gfx_glyph_matches  319 uspace/lib/gfxfont/test/glyph.c 	match = gfx_glyph_matches(glyph, "AB", &msize);
gfx_glyph_matches  323 uspace/lib/gfxfont/test/glyph.c 	match = gfx_glyph_matches(glyph, "ABC", &msize);
gfx_glyph_matches  327 uspace/lib/gfxfont/test/glyph.c 	match = gfx_glyph_matches(glyph, "BAB", &msize);
HelenOS homepage, sources at GitHub