Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DLinearGradientAttributes.h30 , m_y1() in LinearGradientAttributes()
41 SVGLength y1() const { return m_y1; } in y1()
46 void setY1(const SVGLength& value) { m_y1 = value; m_y1Set = true; } in setY1()
58 SVGLength m_y1; member
DSVGPathSegCurvetoQuadratic.h36 , m_y1(y1) in SVGPathSegCurvetoQuadratic()
61 float y1() const { return m_y1; } in y1()
64 m_y1 = y1; in setY1()
72 float m_y1; variable
DSVGPathSegCurvetoCubic.h36 , m_y1(y1) in SVGPathSegCurvetoCubic()
63 float y1() const { return m_y1; } in y1()
66 m_y1 = y1; in setY1()
88 float m_y1; variable
DSVGLineElement.cpp45 , m_y1(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
DSVGLinearGradientElement.cpp51 , m_y1(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;
101 double y1() const { return m_y1; } in y1()
115 , m_y1(y1) in TimingFunction()
122 double m_y1; variable
/external/webkit/Source/WebCore/css/
DCSSTimingFunctionValue.h75 double y1() const { return m_y1; } in y1()
82 , m_y1(y1) in CSSCubicBezierTimingFunctionValue()
93 double m_y1; variable
DCSSTimingFunctionValue.cpp43 text += String::number(m_y1); in cssText()
/external/webkit/Source/WebCore/platform/audio/
DBiquad.cpp78 double y1 = m_y1; in process()
106 m_y1 = y1; in process()
177 m_x1 = m_x2 = m_y1 = m_y2 = 0.0; in reset()
DBiquad.h85 double m_y1; // output delayed by 1 sample variable