Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DLinearGradientAttributes.h32 , m_y2() in LinearGradientAttributes()
43 SVGLength y2() const { return m_y2; } in y2()
48 void setY2(const SVGLength& value) { m_y2 = value; m_y2Set = true; } in setY2()
60 SVGLength m_y2; member
DSVGPathSegCurvetoCubicSmooth.h36 , m_y2(y2) in SVGPathSegCurvetoCubicSmooth()
61 float y2() const { return m_y2; } in y2()
64 m_y2 = y2; in setY2()
72 float m_y2; variable
DSVGPathSegCurvetoCubic.h38 , m_y2(y2) in SVGPathSegCurvetoCubic()
77 float y2() const { return m_y2; } in y2()
80 m_y2 = y2; in setY2()
90 float m_y2; variable
DSVGLineElement.cpp47 , m_y2(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
DSVGLinearGradientElement.cpp53 , m_y2(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
/external/webkit/Source/WebCore/platform/animation/
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; } in y2()
117 , m_y2(y2) in TimingFunction()
124 double m_y2; variable
/external/webkit/Source/WebCore/css/
DCSSTimingFunctionValue.h77 double y2() const { return m_y2; } in y2()
84 , m_y2(y2) in CSSCubicBezierTimingFunctionValue()
95 double m_y2; variable
DCSSTimingFunctionValue.cpp47 text += String::number(m_y2); in cssText()
/external/webkit/Source/WebCore/platform/audio/
DBiquad.cpp79 double y2 = m_y2; in process()
107 m_y2 = y2; in process()
177 m_x1 = m_x2 = m_y1 = m_y2 = 0.0; in reset()
DBiquad.h86 double m_y2; // output delayed by 2 samples variable