Home
last modified time | relevance | path

Searched refs:createSVGPathSegLinetoRel (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathElement.h68 PassRefPtr<SVGPathSegLinetoRel> createSVGPathSegLinetoRel(float x, float y);
DSVGPathElement.idl42 SVGPathSegLinetoRel createSVGPathSegLinetoRel(float x, float y);
DSVGPathElement.cpp106 PassRefPtr<SVGPathSegLinetoRel> SVGPathElement::createSVGPathSegLinetoRel(float x, float y) in createSVGPathSegLinetoRel() function in WebCore::SVGPathElement