SVG_FontWeight    379 include/gpac/nodes_svg.h 	SVG_FontWeight *font_weight;
SVG_FontWeight    508 include/gpac/scenegraph_svg.h 	SVG_FontWeight				*font_weight;
SVG_FontWeight   1586 src/laser/lsr_dec.c 			GF_LSR_READ_INT(lsr, *(SVG_FontWeight*)info.far_ptr, 4, "fontWeight");
SVG_FontWeight   1485 src/laser/lsr_enc.c 			GF_LSR_WRITE_INT(lsr, *((SVG_FontWeight *)att->data), 4, "fontWeight");
SVG_FontWeight   2322 src/scenegraph/svg_attributes.c static void svg_parse_fontweight(SVG_FontWeight *value, char *value_string)
SVG_FontWeight   3076 src/scenegraph/svg_attributes.c 		svg_parse_fontweight((SVG_FontWeight *)info->far_ptr, attribute_content);
SVG_FontWeight     95 src/scenegraph/svg_properties.c 	GF_SAFEALLOC(svg_props->font_weight, SVG_FontWeight);
SVG_FontWeight    442 src/scenegraph/svg_properties.c 		return (*((SVG_FontWeight *)a->far_ptr) == SVG_FONTWEIGHT_INHERIT);
SVG_FontWeight   1008 src/scenegraph/svg_properties.c 			all_atts->font_weight = (SVG_FontWeight *)att->data;
SVG_FontWeight    873 src/scenegraph/xml_ns.c 		*((SVG_FontWeight *)att->data) = SVG_FONTWEIGHT_INHERIT;