HelenOS sources

gfx_glyph_set_pattern  424 uspace/app/fontedit/fontedit.c 	rc = gfx_glyph_set_pattern(glyph, str);
gfx_glyph_set_pattern  831 uspace/app/fontedit/fontedit.c 		rc = gfx_glyph_set_pattern(glyph, "A");
gfx_glyph_set_pattern   51 uspace/lib/gfxfont/include/gfx/glyph.h extern errno_t gfx_glyph_set_pattern(gfx_glyph_t *, const char *);
gfx_glyph_set_pattern  436 uspace/lib/gfxfont/src/glyph.c 		rc = gfx_glyph_set_pattern(glyph, &buf[i]);
gfx_glyph_set_pattern  238 uspace/lib/gfxfont/test/glyph.c 	rc = gfx_glyph_set_pattern(glyph, "A");
gfx_glyph_set_pattern  243 uspace/lib/gfxfont/test/glyph.c 	rc = gfx_glyph_set_pattern(glyph, "A");
gfx_glyph_set_pattern  288 uspace/lib/gfxfont/test/glyph.c 	rc = gfx_glyph_set_pattern(glyph, "A");
gfx_glyph_set_pattern  343 uspace/lib/gfxfont/test/glyph.c 	rc = gfx_glyph_set_pattern(glyph, "AB");
gfx_glyph_set_pattern  403 uspace/lib/gfxfont/test/glyph.c 	rc = gfx_glyph_set_pattern(glyph, "A");
gfx_glyph_set_pattern  456 uspace/lib/gfxfont/test/glyph.c 	rc = gfx_glyph_set_pattern(glyph, "A");
gfx_glyph_set_pattern  236 uspace/lib/gfxfont/test/text.c 	rc = gfx_glyph_set_pattern(glyph1, "A");
gfx_glyph_set_pattern  245 uspace/lib/gfxfont/test/text.c 	rc = gfx_glyph_set_pattern(glyph2, "i");
gfx_glyph_set_pattern  137 uspace/lib/gfxfont/test/tpf.c 	rc = gfx_glyph_set_pattern(glyph, test_glyph_pattern);
HelenOS homepage, sources at GitHub