Home
last modified time | relevance | path

Searched refs:SWFGLYPH (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/swftools/swftools-0.9.2/lib/modules/
H A Dswffont.c164 font->glyph = (SWFGLYPH*)rfx_calloc(face->num_glyphs*sizeof(SWFGLYPH)); in swf_LoadTrueTypeFont()
466 font->glyph = (SWFGLYPH*)rfx_calloc(num*sizeof(SWFGLYPH)); in swf_LoadT1Font()
H A Dswftext.c158 f->glyph = (SWFGLYPH*)rfx_calloc(sizeof(SWFGLYPH) * n); in swf_FontExtract_DefineFont()
284 font->glyph = (SWFGLYPH *) rfx_calloc(sizeof(SWFGLYPH) * glyphcount); in swf_FontExtract_DefineFont2()
870 SWFGLYPH g1, g2; in swf_FontSort()
H A Dswfalignzones.c146 SWFGLYPH*g = &f->glyph[nr]; in draw_char()
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Drfxswf.h532 } SWFGLYPH; typedef
585 SWFGLYPH * glyph;
/dports/graphics/swftools/swftools-0.9.2/lib/devices/
H A Dswf.c2863 swffont->glyph = (SWFGLYPH*)rfx_calloc(sizeof(SWFGLYPH)*swffont->numchars); in gfxfont_to_swffont()