HomeSort by relevance Sort by last modified time
    Searched defs:SVGPathSegArcRel (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/svg/
SVGPathSegArc.cpp 33 SVGPathSegArcRel::SVGPathSegArcRel(float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag)
SVGPathSegArc.h 83 class SVGPathSegArcRel : public SVGPathSegArc {
85 static PassRefPtr<SVGPathSegArcRel> create(float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag)
87 return adoptRef(new SVGPathSegArcRel(x, y, r1, r2, angle, largeArcFlag, sweepFlag));
94 SVGPathSegArcRel(float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag);

Completed in 32 milliseconds