Searched refs:setX2 (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DLinearGradientAttributes.h47 void setX2(const SVGLength& value) { m_x2 = value; m_x2Set = true; } function in struct:WebCore::LinearGradientAttributes
H A DSVGPathSegCurvetoCubicSmooth.h55 void setX2(float x2) function in class:WebCore::SVGPathSegCurvetoCubicSmooth
H A DSVGPathSegCurvetoCubic.h71 void setX2(float x2) function in class:WebCore::SVGPathSegCurvetoCubic
H A DSVGLinearGradientElement.cpp175 attributes.setX2(linear->x2());

Completed in 1421 milliseconds