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

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

Completed in 494 milliseconds