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  207 uspace/lib/gfxfont/test/glyph.c 	rc = gfx_glyph_set_pattern(glyph, "A");
gfx_glyph_set_pattern  212 uspace/lib/gfxfont/test/glyph.c 	rc = gfx_glyph_set_pattern(glyph, "A");
gfx_glyph_set_pattern  257 uspace/lib/gfxfont/test/glyph.c 	rc = gfx_glyph_set_pattern(glyph, "A");
gfx_glyph_set_pattern  312 uspace/lib/gfxfont/test/glyph.c 	rc = gfx_glyph_set_pattern(glyph, "AB");
gfx_glyph_set_pattern  372 uspace/lib/gfxfont/test/glyph.c 	rc = gfx_glyph_set_pattern(glyph, "A");
gfx_glyph_set_pattern  425 uspace/lib/gfxfont/test/glyph.c 	rc = gfx_glyph_set_pattern(glyph, "A");
gfx_glyph_set_pattern  205 uspace/lib/gfxfont/test/text.c 	rc = gfx_glyph_set_pattern(glyph1, "A");
gfx_glyph_set_pattern  214 uspace/lib/gfxfont/test/text.c 	rc = gfx_glyph_set_pattern(glyph2, "i");
gfx_glyph_set_pattern  106 uspace/lib/gfxfont/test/tpf.c 	rc = gfx_glyph_set_pattern(glyph, test_glyph_pattern);
HelenOS homepage, sources at GitHub