Searched refs:SVGPathSegArcAbs (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGPathSegArcAbs.idl29 ] interface SVGPathSegArcAbs : SVGPathSeg {
H A DSVGPathSegArc.h103 class SVGPathSegArcAbs : public SVGPathSegArc { class in namespace:WebCore
105 static PassRefPtr<SVGPathSegArcAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag)
107 return adoptRef(new SVGPathSegArcAbs(element, role, x, y, r1, r2, angle, largeArcFlag, sweepFlag));
111 SVGPathSegArcAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag) function in class:WebCore::SVGPathSegArcAbs
H A DSVGPathElement.h37 class SVGPathSegArcAbs;
78 PassRefPtr<SVGPathSegArcAbs> createSVGPathSegArcAbs(float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, SVGPathSegRole role = PathSegUndefinedRole);
H A DSVGPathElement.idl74 SVGPathSegArcAbs createSVGPathSegArcAbs([Default=Undefined] optional float x,
H A DSVGPathElement.cpp158 PassRefPtr<SVGPathSegArcAbs> SVGPathElement::createSVGPathSegArcAbs(float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, SVGPathSegRole role)
160 return SVGPathSegArcAbs::create(this, role, x, y, r1, r2, angle, largeArcFlag, sweepFlag);
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSSVGPathSegCustom.cpp89 return CREATE_DOM_WRAPPER(exec, globalObject, SVGPathSegArcAbs, object);

Completed in 161 milliseconds