gf_svg_attributes_copy  581 include/gpac/scenegraph_svg.h GF_Err gf_svg_attributes_copy(GF_FieldInfo *a, GF_FieldInfo *b, Bool clamp);
gf_svg_attributes_copy  506 src/compositor/svg_media.c 					gf_svg_attributes_copy(&att_aud, &att_vid, GF_FALSE);
gf_svg_attributes_copy  981 src/laser/lsr_dec.c 		e = gf_svg_attributes_copy(&f_clone, &f_base, GF_FALSE);
gf_svg_attributes_copy 5116 src/laser/lsr_dec.c 				gf_svg_attributes_copy(&info, &op_info, 0);
gf_svg_attributes_copy  800 src/scenegraph/commands.c 						gf_svg_attributes_copy(&a, &b, 0);
gf_svg_attributes_copy  833 src/scenegraph/commands.c 					e = gf_svg_attributes_copy(&a, &b, 0);
gf_svg_attributes_copy  182 src/scenegraph/smil_anim.c 		gf_svg_attributes_copy(&rai->interpolated_value, &to_info, 0);
gf_svg_attributes_copy  276 src/scenegraph/smil_anim.c 			gf_svg_attributes_copy(&rai->interpolated_value, &value_info, 0);
gf_svg_attributes_copy  334 src/scenegraph/smil_anim.c 			gf_svg_attributes_copy(&rai->interpolated_value, &value_info, 0);
gf_svg_attributes_copy  348 src/scenegraph/smil_anim.c 				gf_svg_attributes_copy(&rai->interpolated_value, &value_info, 0);
gf_svg_attributes_copy  456 src/scenegraph/smil_anim.c 			gf_svg_attributes_copy(&rai->interpolated_value, (useFrom?&from_info:&to_info), 0);
gf_svg_attributes_copy  817 src/scenegraph/smil_anim.c 			gf_svg_attributes_copy(&rai->owner->presentation_value, &rai->interpolated_value, 1);
gf_svg_attributes_copy  909 src/scenegraph/smil_anim.c 		gf_svg_attributes_copy(&rai->owner->presentation_value, &rai->owner->specified_value, 0);
gf_svg_attributes_copy 1320 src/scenegraph/smil_anim.c 		gf_svg_attributes_copy(&aa->specified_value, &target_attribute, 0);
gf_svg_attributes_copy 5937 src/scenegraph/svg_attributes.c 			gf_svg_attributes_copy(&tmp_a, &tmp_b, 0);
gf_svg_attributes_copy 6135 src/scenegraph/svg_attributes.c 			gf_svg_attributes_copy(&ava, &avb, 0);
gf_svg_attributes_copy 6272 src/scenegraph/svg_attributes.c 			gf_svg_attributes_copy(c, a, clamp);
gf_svg_attributes_copy 6274 src/scenegraph/svg_attributes.c 			gf_svg_attributes_copy(c, b, clamp);
gf_svg_attributes_copy  999 src/scenegraph/xml_ns.c 			gf_svg_attributes_copy(&dst, &src, 0);