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

  /external/webkit/Source/WebCore/svg/
LinearGradientAttributes.h 47 void setX2(const SVGLength& value) { m_x2 = value; m_x2Set = true; }
SVGPathSegCurvetoCubicSmooth.h 55 void setX2(float x2)
SVGPathSegCurvetoCubic.h 71 void setX2(float x2)
SVGLinearGradientElement.cpp 175 attributes.setX2(linear->x2());

Completed in 143 milliseconds