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

/external/webkit/Source/WebCore/svg/
H A DSVGPathSegCurvetoCubic.h110 class SVGPathSegCurvetoCubicRel : public SVGPathSegCurvetoCubic { class in namespace:WebCore
112 static PassRefPtr<SVGPathSegCurvetoCubicRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2)
114 return adoptRef(new SVGPathSegCurvetoCubicRel(element, role, x, y, x1, y1, x2, y2));
118 SVGPathSegCurvetoCubicRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) function in class:WebCore::SVGPathSegCurvetoCubicRel

Completed in 75 milliseconds