Searched defs:setX2 (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebCore/svg/
H A DLinearGradientAttributes.h48 void setX2(const SVGLength& value) { m_x2 = value; m_x2Set = true; } function in struct:WebCore::LinearGradientAttributes
H A DSVGPathSegCurvetoCubic.h48 void setX2(float x2) { m_x2 = x2; } function in class:WebCore::SVGPathSegCurvetoCubic
H A DSVGPathSegCurvetoCubicSmooth.h43 void setX2(float x2) { m_x2 = x2; } function in class:WebCore::SVGPathSegCurvetoCubicSmooth

Completed in 61 milliseconds