HomeSort by relevance Sort by last modified time
    Searched refs:createSVGPathSegCurvetoQuadraticRel (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathElement.idl 50 createSVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1);
SVGPathElement.h 72 PassRefPtr<SVGPathSegCurvetoQuadraticRel> createSVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1, SVGPathSegRole role = PathSegUndefinedRole);
SVGPathSegListBuilder.cpp 126 m_pathSegList->append(m_pathElement->createSVGPathSegCurvetoQuadraticRel(targetPoint.x(), targetPoint.y(), point1.x(), point1.y(), m_pathSegRole));
SVGPathElement.cpp 155 PassRefPtr<SVGPathSegCurvetoQuadraticRel> SVGPathElement::createSVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1, SVGPathSegRole role)

Completed in 24 milliseconds