Home
last modified time | relevance | path

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

/dports/graphics/swftools/swftools-0.9.2/lib/modules/
H A Dswffont.c128 int*glyph2glyph; in swf_LoadTrueTypeFont() local
241 glyph2glyph = (int*)rfx_calloc(face->num_glyphs*sizeof(int)); in swf_LoadTrueTypeFont()
344 glyph2glyph[t] = font->numchars; in swf_LoadTrueTypeFont()
371 font->ascii2glyph[t] = glyph2glyph[font->ascii2glyph[t]]; in swf_LoadTrueTypeFont()
374 rfx_free(glyph2glyph); in swf_LoadTrueTypeFont()
H A Dswftext.c908 font->glyph2glyph = newpos; in swf_FontSort()
1329 if (f->glyph2glyph) { in swf_FontFree()
1330 rfx_free(f->glyph2glyph); in swf_FontFree()
1331 f->glyph2glyph = NULL; in swf_FontFree()
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Dgfxfont.c157 int*glyph2glyph = 0; in gfxfont_load() local
197 glyph2glyph = (int*)rfx_calloc(face->num_glyphs*sizeof(int)); in gfxfont_load()
424 glyph2glyph[t] = font->num_glyphs; in gfxfont_load()
434 font->unicode2glyph[t] = glyph2glyph[font->unicode2glyph[t]]; in gfxfont_load()
437 rfx_free(glyph2glyph); in gfxfont_load()
H A Drfxswf.h584 int * glyph2glyph; // only if the font is resorted member
/dports/graphics/swftools/swftools-0.9.2/lib/devices/
H A Dswf.c3131 glyph = i->swffont->glyph2glyph[glyph]; in swf_drawchar()