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

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

Completed in 81 milliseconds