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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DLinearGradientAttributes.h45 void setY1(const SVGLength& value) { m_y1 = value; m_y1Set = true; } function in struct:WebCore::LinearGradientAttributes
H A DSVGPathSegCurvetoQuadratic.h61 void setY1(float y1) function in class:WebCore::SVGPathSegCurvetoQuadratic
H A DSVGPathSegCurvetoCubic.h63 void setY1(float y1) function in class:WebCore::SVGPathSegCurvetoCubic
H A DSVGLinearGradientElement.cpp156 attributes.setY1(linear->y1CurrentValue());

Completed in 99 milliseconds