Searched defs:SVGPathSegLinetoVerticalRel (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGPathSegLinetoVertical.h65 class SVGPathSegLinetoVerticalRel : public SVGPathSegLinetoVertical { class in namespace:WebCore
67 static PassRefPtr<SVGPathSegLinetoVerticalRel> create(SVGPathElement* element, SVGPathSegRole role, float y)
69 return adoptRef(new SVGPathSegLinetoVerticalRel(element, role, y));
73 SVGPathSegLinetoVerticalRel(SVGPathElement* element, SVGPathSegRole role, float y) function in class:WebCore::SVGPathSegLinetoVerticalRel

Completed in 61 milliseconds