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

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

Completed in 86 milliseconds