Searched refs:createSVGPathSegLinetoRel (Results 1 – 3 of 3) sorted by relevance
68 PassRefPtr<SVGPathSegLinetoRel> createSVGPathSegLinetoRel(float x, float y);
42 SVGPathSegLinetoRel createSVGPathSegLinetoRel(float x, float y);
106 PassRefPtr<SVGPathSegLinetoRel> SVGPathElement::createSVGPathSegLinetoRel(float x, float y) in createSVGPathSegLinetoRel() function in WebCore::SVGPathElement