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

/external/webkit/Source/WebCore/svg/
H A DSVGPathSegArc.h29 class SVGPathSegArc : public SVGPathSegWithContext { class in namespace:WebCore
31 SVGPathSegArc(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag) function in class:WebCore::SVGPathSegArc
103 class SVGPathSegArcAbs : public SVGPathSegArc {
112 : SVGPathSegArc(element, role, x, y, r1, r2, angle, largeArcFlag, sweepFlag)
120 class SVGPathSegArcRel : public SVGPathSegArc {
129 : SVGPathSegArc(element, role, x, y, r1, r2, angle, largeArcFlag, sweepFlag)

Completed in 88 milliseconds