SVG_FontFamily    375 include/gpac/nodes_svg.h 	SVG_FontFamily *font_family;
SVG_FontFamily    505 include/gpac/scenegraph_svg.h 	SVG_FontFamily				*font_family;
SVG_FontFamily   1569 src/laser/lsr_dec.c 				((SVG_FontFamily*)info.far_ptr)->type = SVG_FONTFAMILY_INHERIT;
SVG_FontFamily   1572 src/laser/lsr_dec.c 				((SVG_FontFamily*)info.far_ptr)->type = SVG_FONTFAMILY_VALUE;
SVG_FontFamily   1575 src/laser/lsr_dec.c 				if (ft) ((SVG_FontFamily*)info.far_ptr)->value = gf_strdup(ft);
SVG_FontFamily   2218 src/laser/lsr_dec.c 		SVG_FontFamily *ft;
SVG_FontFamily   2220 src/laser/lsr_dec.c 		GF_SAFEALLOC(ft, SVG_FontFamily);
SVG_FontFamily   4689 src/laser/lsr_dec.c 		SVG_FontFamily *ff = (SVG_FontFamily *)val;
SVG_FontFamily    333 src/laser/lsr_enc.c static s32 lsr_get_font_index(GF_LASeRCodec *lsr, SVG_FontFamily *font)
SVG_FontFamily   1469 src/laser/lsr_enc.c 			s32 idx = lsr_get_font_index(lsr, (SVG_FontFamily*)att->data);
SVG_FontFamily   1835 src/laser/lsr_enc.c 		s32 idx = lsr_get_font_index(lsr, (SVG_FontFamily*)val);
SVG_FontFamily   3861 src/laser/lsr_enc.c 			SVG_FontFamily *ff = (SVG_FontFamily *)val;
SVG_FontFamily   4162 src/laser/lsr_enc.c static void lsr_check_font_index(GF_LASeRCodec *lsr, SVG_FontFamily *font)
SVG_FontFamily   4230 src/laser/lsr_enc.c 					if (check_anim_font) lsr_check_font_index(lsr, (SVG_FontFamily*)gf_list_get(vals->values, i));
SVG_FontFamily   4266 src/laser/lsr_enc.c 							lsr_check_font_index(lsr, (SVG_FontFamily*)field->field_ptr);
SVG_FontFamily   4326 src/laser/lsr_enc.c 				else if (field->fieldType==SVG_FontFamily_datatype) lsr_check_font_index(lsr, (SVG_FontFamily*)field->field_ptr);
SVG_FontFamily   2299 src/scenegraph/svg_attributes.c static void svg_parse_fontfamily(SVG_FontFamily *value, char *value_string)
SVG_FontFamily   3243 src/scenegraph/svg_attributes.c 		svg_parse_fontfamily((SVG_FontFamily*)info->far_ptr, attribute_content);
SVG_FontFamily   3574 src/scenegraph/svg_attributes.c 		SVG_FontFamily *fontfamily;
SVG_FontFamily   3575 src/scenegraph/svg_attributes.c 		GF_SAFEALLOC(fontfamily, SVG_FontFamily)
SVG_FontFamily   4459 src/scenegraph/svg_attributes.c 		SVG_FontFamily *f = (SVG_FontFamily *)info->far_ptr;
SVG_FontFamily   5132 src/scenegraph/svg_attributes.c 		SVG_FontFamily *ff1 = (SVG_FontFamily *)f1->far_ptr;
SVG_FontFamily   5133 src/scenegraph/svg_attributes.c 		SVG_FontFamily *ff2 = (SVG_FontFamily *)f2->far_ptr;
SVG_FontFamily   6056 src/scenegraph/svg_attributes.c 		((SVG_FontFamily *)a->far_ptr)->type = ((SVG_FontFamily *)b->far_ptr)->type;
SVG_FontFamily   6057 src/scenegraph/svg_attributes.c 		if ( ((SVG_FontFamily *)a->far_ptr)->value) gf_free( ((SVG_FontFamily *)a->far_ptr)->value );
SVG_FontFamily   6058 src/scenegraph/svg_attributes.c 		((SVG_FontFamily *)a->far_ptr)->value = (((SVG_FontFamily *)b->far_ptr)->value ? gf_strdup(((SVG_FontFamily *)b->far_ptr)->value) : NULL );
SVG_FontFamily     79 src/scenegraph/svg_properties.c 	GF_SAFEALLOC(svg_props->font_family, SVG_FontFamily);
SVG_FontFamily    436 src/scenegraph/svg_properties.c 		return (((SVG_FontFamily *)a->far_ptr)->type == SVG_FONTFAMILY_INHERIT);
SVG_FontFamily    996 src/scenegraph/svg_properties.c 			all_atts->font_family = (SVG_FontFamily *)att->data;
SVG_FontFamily    427 src/scenegraph/svg_types.c 		SVG_FontFamily *ff = (SVG_FontFamily *)value;