HelenOS sources

gfx_glyph_pattern_t   54 uspace/lib/gfxfont/include/gfx/glyph.h extern gfx_glyph_pattern_t *gfx_glyph_first_pattern(gfx_glyph_t *);
gfx_glyph_pattern_t   55 uspace/lib/gfxfont/include/gfx/glyph.h extern gfx_glyph_pattern_t *gfx_glyph_next_pattern(gfx_glyph_pattern_t *);
gfx_glyph_pattern_t   56 uspace/lib/gfxfont/include/gfx/glyph.h extern const char *gfx_glyph_pattern_str(gfx_glyph_pattern_t *);
gfx_glyph_pattern_t  158 uspace/lib/gfxfont/src/glyph.c 	gfx_glyph_pattern_t *pat;
gfx_glyph_pattern_t  170 uspace/lib/gfxfont/src/glyph.c 	pat = calloc(1, sizeof(gfx_glyph_pattern_t));
gfx_glyph_pattern_t  194 uspace/lib/gfxfont/src/glyph.c 	gfx_glyph_pattern_t *pat;
gfx_glyph_pattern_t  218 uspace/lib/gfxfont/src/glyph.c 	gfx_glyph_pattern_t *pat;
gfx_glyph_pattern_t  238 uspace/lib/gfxfont/src/glyph.c gfx_glyph_pattern_t *gfx_glyph_first_pattern(gfx_glyph_t *glyph)
gfx_glyph_pattern_t  246 uspace/lib/gfxfont/src/glyph.c 	return list_get_instance(link, gfx_glyph_pattern_t, lpatterns);
gfx_glyph_pattern_t  254 uspace/lib/gfxfont/src/glyph.c gfx_glyph_pattern_t *gfx_glyph_next_pattern(gfx_glyph_pattern_t *cur)
gfx_glyph_pattern_t  262 uspace/lib/gfxfont/src/glyph.c 	return list_get_instance(link, gfx_glyph_pattern_t, lpatterns);
gfx_glyph_pattern_t  270 uspace/lib/gfxfont/src/glyph.c const char *gfx_glyph_pattern_str(gfx_glyph_pattern_t *pattern)
gfx_glyph_pattern_t  464 uspace/lib/gfxfont/src/glyph.c 	gfx_glyph_pattern_t *pat;
gfx_glyph_pattern_t  380 uspace/lib/gfxfont/test/glyph.c 	gfx_glyph_pattern_t *pat;
gfx_glyph_pattern_t  432 uspace/lib/gfxfont/test/glyph.c 	gfx_glyph_pattern_t *pat;
gfx_glyph_pattern_t   98 uspace/lib/gfxfont/test/tpf.c 	gfx_glyph_pattern_t *pat;
HelenOS homepage, sources at GitHub