SWFGLYPH         2825 lib/devices/swf.c     swffont->glyph = (SWFGLYPH*)rfx_calloc(sizeof(SWFGLYPH)*swffont->numchars);
SWFGLYPH          132 lib/modules/swfalignzones.c     SWFGLYPH*g = &f->glyph[nr];
SWFGLYPH          164 lib/modules/swffont.c     font->glyph = (SWFGLYPH*)rfx_calloc(face->num_glyphs*sizeof(SWFGLYPH));
SWFGLYPH          466 lib/modules/swffont.c     font->glyph = (SWFGLYPH*)rfx_calloc(num*sizeof(SWFGLYPH));
SWFGLYPH          158 lib/modules/swftext.c 	f->glyph = (SWFGLYPH*)rfx_calloc(sizeof(SWFGLYPH) * n);
SWFGLYPH          284 lib/modules/swftext.c     font->glyph = (SWFGLYPH *) rfx_calloc(sizeof(SWFGLYPH) * glyphcount);
SWFGLYPH          870 lib/modules/swftext.c 		SWFGLYPH g1, g2;
SWFGLYPH          585 lib/rfxswf.h     SWFGLYPH *	glyph;