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

  /external/webkit/WebCore/svg/
SVGPathSegLineto.cpp 33 SVGPathSegLinetoRel::SVGPathSegLinetoRel(float x, float y)
SVGPathSegLineto.h 40 class SVGPathSegLinetoRel : public SVGPathSegSingleCoord {
42 static PassRefPtr<SVGPathSegLinetoRel> create(float x, float y) { return adoptRef(new SVGPathSegLinetoRel(x, y)); }
49 SVGPathSegLinetoRel(float x, float y);

Completed in 398 milliseconds