SVGAttribute     1062 include/gpac/internal/scenegraph_dev.h SVGAttribute *gf_node_create_attribute_from_datatype(u32 data_type, u32 attribute_tag);
SVGAttribute      646 include/gpac/scenegraph_svg.h typedef struct __dom_base_attribute SVGAttribute;
SVGAttribute      887 src/laser/lsr_dec.c 	SVGAttribute *att;
SVGAttribute     1072 src/laser/lsr_enc.c 	SVGAttribute *att;
SVGAttribute     4182 src/laser/lsr_enc.c 	SVGAttribute *att;
SVGAttribute     3052 src/scene_manager/scene_dump.c 	SVGAttribute *att;
SVGAttribute      335 src/scenegraph/svg_properties.c 	SVGAttribute *att = elt->attributes;
SVGAttribute      350 src/scenegraph/svg_properties.c 		SVGAttribute *att = e->attributes;
SVGAttribute      814 src/scenegraph/svg_properties.c 	SVGAttribute *att;
SVGAttribute      718 src/scenegraph/xml_ns.c SVGAttribute *gf_node_create_attribute_from_datatype(u32 data_type, u32 attribute_tag)
SVGAttribute      720 src/scenegraph/xml_ns.c 	SVGAttribute *att;
SVGAttribute      723 src/scenegraph/xml_ns.c 	GF_SAFEALLOC(att, SVGAttribute);
SVGAttribute      738 src/scenegraph/xml_ns.c 		SVGAttribute *last_att = NULL;
SVGAttribute      752 src/scenegraph/xml_ns.c 			last_att = (SVGAttribute *) att;
SVGAttribute      768 src/scenegraph/xml_ns.c 			if (last_att) last_att->next = (SVGAttribute *)att;
SVGAttribute      769 src/scenegraph/xml_ns.c 			else ((SVG_Element*)node)->attributes = (SVGAttribute *)att;
SVGAttribute      782 src/scenegraph/xml_ns.c static void attributes_set_default_value(GF_Node *node, SVGAttribute *att)
SVGAttribute      916 src/scenegraph/xml_ns.c 	SVGAttribute *att = elt->attributes;
SVGAttribute      917 src/scenegraph/xml_ns.c 	SVGAttribute *last_att = NULL;