SVG_FontStyle     377 include/gpac/nodes_svg.h 	SVG_FontStyle *font_style;
SVG_FontStyle     507 include/gpac/scenegraph_svg.h 	SVG_FontStyle				*font_style;
SVG_FontStyle    1583 src/laser/lsr_dec.c 			GF_LSR_READ_INT(lsr, *(SVG_FontStyle*)info.far_ptr, 3, "fontStyle");
SVG_FontStyle    1482 src/laser/lsr_enc.c 			GF_LSR_WRITE_INT(lsr, *((SVG_FontStyle *)att->data), 3, "fontStyle");
SVG_FontStyle    2309 src/scenegraph/svg_attributes.c static void svg_parse_fontstyle(SVG_FontStyle *value, char *value_string)
SVG_FontStyle    3073 src/scenegraph/svg_attributes.c 		svg_parse_fontstyle((SVG_FontStyle *)info->far_ptr, attribute_content);
SVG_FontStyle      89 src/scenegraph/svg_properties.c 	GF_SAFEALLOC(svg_props->font_style, SVG_FontStyle);
SVG_FontStyle     439 src/scenegraph/svg_properties.c 		return (*((SVG_FontStyle *)a->far_ptr) == SVG_FONTSTYLE_INHERIT);
SVG_FontStyle    1002 src/scenegraph/svg_properties.c 			all_atts->font_style = (SVG_FontStyle *)att->data;