HomeSort by relevance Sort by last modified time
    Searched defs:SVGPathSegCurvetoQuadraticRel (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/svg/
SVGPathSegCurvetoQuadratic.cpp 33 SVGPathSegCurvetoQuadraticRel::SVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1)
SVGPathSegCurvetoQuadratic.h 67 class SVGPathSegCurvetoQuadraticRel : public SVGPathSegCurvetoQuadratic {
69 static PassRefPtr<SVGPathSegCurvetoQuadraticRel> create(float x, float y, float x1, float y1) { return adoptRef(new SVGPathSegCurvetoQuadraticRel(x, y, x1, y1)); }
75 SVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1);

Completed in 18 milliseconds