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

/external/webkit/Source/WebCore/svg/
H A DSVGPathSegCurvetoQuadratic.h92 class SVGPathSegCurvetoQuadraticRel : public SVGPathSegCurvetoQuadratic { class in namespace:WebCore
94 static PassRefPtr<SVGPathSegCurvetoQuadraticRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1)
96 return adoptRef(new SVGPathSegCurvetoQuadraticRel(element, role, x, y, x1, y1));
100 SVGPathSegCurvetoQuadraticRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) function in class:WebCore::SVGPathSegCurvetoQuadraticRel

Completed in 148 milliseconds