Searched refs:m_y2 (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DLinearGradientAttributes.h32 , m_y2()
43 SVGLength y2() const { return m_y2; }
48 void setY2(const SVGLength& value) { m_y2 = value; m_y2Set = true; }
60 SVGLength m_y2; member in struct:WebCore::LinearGradientAttributes
H A DSVGPathSegCurvetoCubicSmooth.h36 , m_y2(y2)
61 float y2() const { return m_y2; }
64 m_y2 = y2;
72 float m_y2; member in class:WebCore::SVGPathSegCurvetoCubicSmooth
H A DSVGPathSegCurvetoCubic.h38 , m_y2(y2)
77 float y2() const { return m_y2; }
80 m_y2 = y2;
90 float m_y2; member in class:WebCore::SVGPathSegCurvetoCubic
H A DSVGLineElement.cpp47 , m_y2(LengthModeHeight)
H A DSVGLinearGradientElement.cpp53 , m_y2(LengthModeHeight)
/external/webkit/Source/WebCore/css/
H A DCSSTimingFunctionValue.h77 double y2() const { return m_y2; }
84 , m_y2(y2)
95 double m_y2; member in class:WebCore::CSSCubicBezierTimingFunctionValue
H A DCSSTimingFunctionValue.cpp47 text += String::number(m_y2);
/external/webkit/Source/WebCore/platform/animation/
H A DTimingFunction.h95 return m_x1 == ctf->m_x1 && m_y1 == ctf->m_y1 && m_x2 == ctf->m_x2 && m_y2 == ctf->m_y2;
103 double y2() const { return m_y2; }
117 , m_y2(y2)
124 double m_y2; member in class:WebCore::CubicBezierTimingFunction
/external/webkit/Source/WebCore/platform/audio/
H A DBiquad.h86 double m_y2; // output delayed by 2 samples member in class:WebCore::Biquad
H A DBiquad.cpp79 double y2 = m_y2;
107 m_y2 = y2;
177 m_x1 = m_x2 = m_y1 = m_y2 = 0.0;

Completed in 124 milliseconds