SVG_PreserveAspectRatio  434 include/gpac/nodes_svg.h 	SVG_PreserveAspectRatio *preserveAspectRatio;
SVG_PreserveAspectRatio   62 src/compositor/svg_grouping.c 	SVG_PreserveAspectRatio par;
SVG_PreserveAspectRatio   96 src/compositor/svg_media.c 	SVG_PreserveAspectRatio pAR;
SVG_PreserveAspectRatio 2982 src/laser/lsr_dec.c 	SVG_PreserveAspectRatio *par;
SVG_PreserveAspectRatio 2988 src/laser/lsr_dec.c 	par = (SVG_PreserveAspectRatio *)info.far_ptr;
SVG_PreserveAspectRatio 2309 src/laser/lsr_enc.c static void lsr_write_preserve_aspect_ratio(GF_LASeRCodec *lsr, SVG_PreserveAspectRatio *preserveAspectRatio)
SVG_PreserveAspectRatio 2815 src/scenegraph/svg_attributes.c static void svg_parse_preserveaspectratio(SVG_PreserveAspectRatio *par, char *attribute_content)
SVG_PreserveAspectRatio 3296 src/scenegraph/svg_attributes.c 		svg_parse_preserveaspectratio((SVG_PreserveAspectRatio*)info->far_ptr, attribute_content);
SVG_PreserveAspectRatio 3607 src/scenegraph/svg_attributes.c 		SVG_PreserveAspectRatio *par;
SVG_PreserveAspectRatio 3608 src/scenegraph/svg_attributes.c 		GF_SAFEALLOC(par, SVG_PreserveAspectRatio)
SVG_PreserveAspectRatio 4465 src/scenegraph/svg_attributes.c 		SVG_PreserveAspectRatio *par = (SVG_PreserveAspectRatio *)info->far_ptr;
SVG_PreserveAspectRatio 1170 src/scenegraph/svg_properties.c 			all_atts->preserveAspectRatio = (SVG_PreserveAspectRatio *)att->data;