gf_svg_attribute_type_to_string  592 include/gpac/scenegraph_svg.h char *gf_svg_attribute_type_to_string(u32 att_type);
gf_svg_attribute_type_to_string 3360 src/scenegraph/svg_attributes.c 		GF_LOG(GF_LOG_WARNING, GF_LOG_PARSER, ("[SVG Parsing] Cannot parse attribute %s\n", info->name, gf_svg_attribute_type_to_string(info->fieldType)));
gf_svg_attribute_type_to_string 3706 src/scenegraph/svg_attributes.c 		GF_LOG(GF_LOG_ERROR, GF_LOG_PARSER, ("[SVG Attributes] Cannot create attribute value: Type %s not supported.\n", gf_svg_attribute_type_to_string(attribute_type)));
gf_svg_attribute_type_to_string 4784 src/scenegraph/svg_attributes.c 		GF_LOG(GF_LOG_WARNING, GF_LOG_PARSER, ("[SVG Dumping] field %s of type %s not supported\n", info->name, gf_svg_attribute_type_to_string(info->fieldType)));
gf_svg_attribute_type_to_string 4883 src/scenegraph/svg_attributes.c 		GF_LOG(GF_LOG_WARNING, GF_LOG_PARSER, ("[SVG Dumping] indexed field %s of type %s not supported\n", info->name, gf_svg_attribute_type_to_string(info->fieldType)));
gf_svg_attribute_type_to_string 5315 src/scenegraph/svg_attributes.c 		GF_LOG(GF_LOG_WARNING, GF_LOG_INTERACT, ("[SVG Attributes] comparaison for field %s of type %s not supported\n", f1->name ? f1->name : "unknown", gf_svg_attribute_type_to_string(f1->fieldType)));
gf_svg_attribute_type_to_string 5909 src/scenegraph/svg_attributes.c 		GF_LOG(GF_LOG_WARNING, GF_LOG_INTERACT, ("[SVG Attributes] addition for attributes %s of type %s not supported\n", a->name, gf_svg_attribute_type_to_string(a->fieldType)));
gf_svg_attribute_type_to_string 6151 src/scenegraph/svg_attributes.c 		GF_LOG(GF_LOG_WARNING, GF_LOG_INTERACT, ("[SVG Attributes] copy of attributes %s of type %s not supported\n", a->name, gf_svg_attribute_type_to_string(a->fieldType)));
gf_svg_attribute_type_to_string 6289 src/scenegraph/svg_attributes.c 		GF_LOG(GF_LOG_WARNING, GF_LOG_INTERACT, ("[SVG Attributes] interpolation for attributes %s of type %s not supported\n", a->name, gf_svg_attribute_type_to_string(a->fieldType)));