SVG_SpreadMethod  487 include/gpac/nodes_svg.h 	SVG_SpreadMethod *spreadMethod;
SVG_SpreadMethod  558 src/compositor/svg_paint_servers.c 	txh->compositor->rasterizer->stencil_set_gradient_mode(stencil, (GF_GradientMode) all_atts.spreadMethod ? *(SVG_SpreadMethod*)all_atts.spreadMethod : 0);
SVG_SpreadMethod  663 src/compositor/svg_paint_servers.c 	txh->compositor->rasterizer->stencil_set_gradient_mode(stencil, (GF_GradientMode) all_atts.spreadMethod ? *(SVG_SpreadMethod*)all_atts.spreadMethod : 0);
SVG_SpreadMethod 1329 src/scenegraph/svg_properties.c 			all_atts->spreadMethod = (SVG_SpreadMethod *)att->data;