Home
last modified time | relevance | path

Searched refs:ttfglyph_t (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/swftools/swftools-0.9.2/lib/
H A Dttf.h131 } ttfglyph_t; typedef
194 ttfglyph_t*glyphs;
H A Dgfxfont.c627 ttf->glyphs = rfx_calloc(num_glyphs*sizeof(ttfglyph_t)); in gfxfont_to_ttf()
633 ttfglyph_t*dest = &ttf->glyphs[t+offset]; in gfxfont_to_ttf()
H A Dttf.c930 ttfglyph_t*glyph = &ttf->glyphs[glyphnr]; in parse_simple_glyph()
1064 void write_simple_glyph(ttf_table_t*w, ttfglyph_t*g) in write_simple_glyph()
1161 ttfglyph_t*g = &ttf->glyphs[t]; in glyf_write()
1194 ttfglyph_t*g = &ttf->glyphs[t]; in glyf_dump()
1844 ttf->glyphs = rfx_calloc(sizeof(ttfglyph_t)*ttf->num_glyphs); in ttf_parse_tables()