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

/external/webkit/Source/WebCore/svg/
H A DSVGPathSegLinetoVertical.h48 class SVGPathSegLinetoVerticalAbs : public SVGPathSegLinetoVertical { class in namespace:WebCore
50 static PassRefPtr<SVGPathSegLinetoVerticalAbs> create(SVGPathElement* element, SVGPathSegRole role, float y)
52 return adoptRef(new SVGPathSegLinetoVerticalAbs(element, role, y));
56 SVGPathSegLinetoVerticalAbs(SVGPathElement* element, SVGPathSegRole role, float y) function in class:WebCore::SVGPathSegLinetoVerticalAbs

Completed in 330 milliseconds