ttfglyph_t        629 lib/gfxfont.c      ttf->glyphs = rfx_calloc(num_glyphs*sizeof(ttfglyph_t));
ttfglyph_t        635 lib/gfxfont.c  	ttfglyph_t*dest = &ttf->glyphs[t+offset];
ttfglyph_t        930 lib/ttf.c          ttfglyph_t*glyph = &ttf->glyphs[glyphnr];
ttfglyph_t       1064 lib/ttf.c      void write_simple_glyph(ttf_table_t*w, ttfglyph_t*g)
ttfglyph_t       1161 lib/ttf.c      	ttfglyph_t*g = &ttf->glyphs[t];
ttfglyph_t       1194 lib/ttf.c      	ttfglyph_t*g = &ttf->glyphs[t];
ttfglyph_t       1844 lib/ttf.c          ttf->glyphs = rfx_calloc(sizeof(ttfglyph_t)*ttf->num_glyphs);
ttfglyph_t        194 lib/ttf.h          ttfglyph_t*glyphs;