SVG_Length       1224 include/gpac/internal/compositor_dev.h Fixed gf_sc_svg_convert_length_to_display(GF_Compositor *sr, SVG_Length *length);
SVG_Length        361 include/gpac/nodes_svg.h 	SVG_Length *stroke_dashoffset;
SVG_Length        365 include/gpac/nodes_svg.h 	SVG_Length *stroke_width;
SVG_Length        432 include/gpac/nodes_svg.h 	SVG_Length *width;
SVG_Length        433 include/gpac/nodes_svg.h 	SVG_Length *height;
SVG_Length        439 include/gpac/nodes_svg.h 	SVG_Length *r;
SVG_Length        440 include/gpac/nodes_svg.h 	SVG_Length *cursorManager_x;
SVG_Length        441 include/gpac/nodes_svg.h 	SVG_Length *cursorManager_y;
SVG_Length        442 include/gpac/nodes_svg.h 	SVG_Length *rx;
SVG_Length        443 include/gpac/nodes_svg.h 	SVG_Length *ry;
SVG_Length        520 include/gpac/scenegraph_svg.h 	SVG_Length					*stroke_dashoffset;
SVG_Length        524 include/gpac/scenegraph_svg.h 	SVG_Length					*stroke_width;
SVG_Length        827 src/compositor/compositor.c Fixed gf_sc_svg_convert_length_to_display(GF_Compositor *compositor, SVG_Length *length)
SVG_Length        992 src/compositor/compositor.c 		SVG_Length *w, *h;
SVG_Length        601 src/scene_manager/loader_svg.c 		SVG_Length * w = (SVG_Length *)width_info.far_ptr;
SVG_Length        602 src/scene_manager/loader_svg.c 		SVG_Length * h = (SVG_Length *)height_info.far_ptr;
SVG_Length       1383 src/scenegraph/html5_media_smjs.c 			SVG_Length *length;
SVG_Length       1384 src/scenegraph/html5_media_smjs.c 			length = (SVG_Length *)info.far_ptr;
SVG_Length       1390 src/scenegraph/html5_media_smjs.c 			SVG_Length *length;
SVG_Length       1391 src/scenegraph/html5_media_smjs.c 			length = (SVG_Length *)info.far_ptr;
SVG_Length       2782 src/scenegraph/svg_attributes.c 			SVG_Length *f;
SVG_Length       2783 src/scenegraph/svg_attributes.c 			GF_SAFEALLOC(f, SVG_Length)
SVG_Length       2796 src/scenegraph/svg_attributes.c 			SVG_Length *f = (SVG_Length *)gf_list_get(values, i);
SVG_Length       4413 src/scenegraph/svg_attributes.c 			szT = svg_dump_number((SVG_Length *)p);
SVG_Length       4444 src/scenegraph/svg_attributes.c 				SVG_Length l;
SVG_Length       4820 src/scenegraph/svg_attributes.c 		return svg_dump_number((SVG_Length *) (SVG_Coordinate *)info->far_ptr);
SVG_Length       4910 src/scenegraph/svg_attributes.c static Bool svg_numbers_equal(SVG_Length *l1, SVG_Length *l2)
SVG_Length        147 src/scenegraph/svg_properties.c 	GF_SAFEALLOC(svg_props->stroke_dashoffset , SVG_Length);
SVG_Length        169 src/scenegraph/svg_properties.c 	GF_SAFEALLOC(svg_props->stroke_width, SVG_Length);
SVG_Length        954 src/scenegraph/svg_properties.c 			all_atts->stroke_dashoffset = (SVG_Length *)att->data;
SVG_Length        966 src/scenegraph/svg_properties.c 			all_atts->stroke_width = (SVG_Length *)att->data;
SVG_Length       1164 src/scenegraph/svg_properties.c 			all_atts->width = (SVG_Length *)att->data;
SVG_Length       1167 src/scenegraph/svg_properties.c 			all_atts->height = (SVG_Length *)att->data;
SVG_Length       1185 src/scenegraph/svg_properties.c 			all_atts->r = (SVG_Length *)att->data;
SVG_Length       1188 src/scenegraph/svg_properties.c 			all_atts->cursorManager_x = (SVG_Length *)att->data;
SVG_Length       1191 src/scenegraph/svg_properties.c 			all_atts->cursorManager_y = (SVG_Length *)att->data;
SVG_Length       1194 src/scenegraph/svg_properties.c 			all_atts->rx = (SVG_Length *)att->data;
SVG_Length       1197 src/scenegraph/svg_properties.c 			all_atts->ry = (SVG_Length *)att->data;
SVG_Length        789 src/scenegraph/xml_ns.c 			SVG_Length *len = att->data;