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

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

Completed in 472 milliseconds