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

/external/webkit/WebCore/svg/
H A DSVGPathSegCurvetoQuadraticSmooth.cpp33 SVGPathSegCurvetoQuadraticSmoothRel::SVGPathSegCurvetoQuadraticSmoothRel(float x, float y) function in class:WebCore::SVGPathSegCurvetoQuadraticSmoothRel
H A DSVGPathSegCurvetoQuadraticSmooth.h41 class SVGPathSegCurvetoQuadraticSmoothRel : public SVGPathSegSingleCoord { class in namespace:WebCore
43 static PassRefPtr<SVGPathSegCurvetoQuadraticSmoothRel> create(float x, float y) { return adoptRef(new SVGPathSegCurvetoQuadraticSmoothRel(x, y)); }
49 SVGPathSegCurvetoQuadraticSmoothRel(float x, float y);

Completed in 44 milliseconds