svg_point_muladd 5400 src/scenegraph/svg_attributes.c 		svg_point_muladd(alpha, pta, beta, ptb, ptc);
svg_point_muladd 5542 src/scenegraph/svg_attributes.c 		svg_point_muladd(alpha, (SVG_Point *) &a->points[i], beta, (SVG_Point *) &b->points[i], (SVG_Point *) &c->points[i]);
svg_point_muladd 5588 src/scenegraph/svg_attributes.c 		svg_point_muladd(alpha, pta, beta, ptb, ptc);
svg_point_muladd 5778 src/scenegraph/svg_attributes.c 			return svg_point_muladd(alpha, (SVG_Point*)a->far_ptr, beta, (SVG_Point*)b->far_ptr, (SVG_Point*)c->far_ptr);
svg_point_muladd 5794 src/scenegraph/svg_attributes.c 				return svg_point_muladd(alpha, (SVG_Point*)a->far_ptr, beta, (SVG_Point*)b->far_ptr, (SVG_Point*)c->far_ptr);