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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathSegCurvetoQuadraticAbs.h29 class SVGPathSegCurvetoQuadraticAbs : public SVGPathSegCurvetoQuadratic { class in namespace:WebCore
31 static PassRefPtr<SVGPathSegCurvetoQuadraticAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1)
33 return adoptRef(new SVGPathSegCurvetoQuadraticAbs(element, role, x, y, x1, y1));
37 SVGPathSegCurvetoQuadraticAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) function in class:WebCore::SVGPathSegCurvetoQuadraticAbs

Completed in 74 milliseconds