Searched defs:setX2 (Results 1 - 3 of 3) sorted by relevance
/external/webkit/WebCore/svg/ | ||
H A D | LinearGradientAttributes.h | 48 void setX2(const SVGLength& value) { m_x2 = value; m_x2Set = true; } function in struct:WebCore::LinearGradientAttributes |
H A D | SVGPathSegCurvetoCubic.h | 48 void setX2(float x2) { m_x2 = x2; } function in class:WebCore::SVGPathSegCurvetoCubic |
H A D | SVGPathSegCurvetoCubicSmooth.h | 43 void setX2(float x2) { m_x2 = x2; } function in class:WebCore::SVGPathSegCurvetoCubicSmooth |
Completed in 61 milliseconds