M_FontStyle       691 applications/testapps/svg2bifs/main.c 				M_FontStyle *fs;
M_FontStyle       699 applications/testapps/svg2bifs/main.c 				fs = (M_FontStyle *)gf_node_new(converter->bifs_sg, TAG_MPEG4_XFontStyle);
M_FontStyle       500 modules/timedtext/timedtext_dec.c 	M_FontStyle *fs;
M_FontStyle       543 modules/timedtext/timedtext_dec.c 	fs = (M_FontStyle *) ttd_create_node(priv, TAG_MPEG4_FontStyle, NULL);
M_FontStyle       581 src/compositor/events.c 		M_FontStyle *fs = (M_FontStyle *) ((M_Text *)text)->fontStyle;
M_FontStyle      1410 src/compositor/events.c 				M_FontStyle *fs = (M_FontStyle *) ((M_Text *)elt)->fontStyle;
M_FontStyle        84 src/compositor/mpeg4_text.c 	M_FontStyle *fs = (M_FontStyle *)txt->fontStyle;
M_FontStyle       211 src/compositor/mpeg4_text.c 	M_FontStyle *fs = (M_FontStyle *)txt->fontStyle;
M_FontStyle       480 src/compositor/mpeg4_text.c 	M_FontStyle *fs = (M_FontStyle *) ((M_Text *) node)->fontStyle;
M_FontStyle       859 src/scene_manager/swf_bifs.c 			M_FontStyle *f = (M_FontStyle *) s2b_new_node(read, TAG_MPEG4_FontStyle);
M_FontStyle       984 src/scene_manager/swf_bifs.c 	M_FontStyle *f;
M_FontStyle      1001 src/scene_manager/swf_bifs.c 	f = (M_FontStyle *) s2b_new_node(read, TAG_MPEG4_FontStyle);
M_FontStyle      7145 src/scenegraph/mpeg4_nodes.c 	M_FontStyle *p = (M_FontStyle *) node;
M_FontStyle      7196 src/scenegraph/mpeg4_nodes.c 		info->far_ptr = & ((M_FontStyle *) node)->family;
M_FontStyle      7202 src/scenegraph/mpeg4_nodes.c 		info->far_ptr = & ((M_FontStyle *) node)->horizontal;
M_FontStyle      7208 src/scenegraph/mpeg4_nodes.c 		info->far_ptr = & ((M_FontStyle *) node)->justify;
M_FontStyle      7214 src/scenegraph/mpeg4_nodes.c 		info->far_ptr = & ((M_FontStyle *) node)->language;
M_FontStyle      7220 src/scenegraph/mpeg4_nodes.c 		info->far_ptr = & ((M_FontStyle *) node)->leftToRight;
M_FontStyle      7226 src/scenegraph/mpeg4_nodes.c 		info->far_ptr = & ((M_FontStyle *) node)->size;
M_FontStyle      7232 src/scenegraph/mpeg4_nodes.c 		info->far_ptr = & ((M_FontStyle *) node)->spacing;
M_FontStyle      7238 src/scenegraph/mpeg4_nodes.c 		info->far_ptr = & ((M_FontStyle *) node)->style;
M_FontStyle      7244 src/scenegraph/mpeg4_nodes.c 		info->far_ptr = & ((M_FontStyle *) node)->topToBottom;
M_FontStyle      7289 src/scenegraph/mpeg4_nodes.c 	M_FontStyle *p;
M_FontStyle      7290 src/scenegraph/mpeg4_nodes.c 	GF_SAFEALLOC(p, M_FontStyle);