Searched defs:m_y1 (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/audio/
H A DBiquad.h85 double m_y1; // output delayed by 1 sample member in class:WebCore::Biquad
/external/webkit/Source/WebCore/css/
H A DCSSTimingFunctionValue.h75 double y1() const { return m_y1; }
82 , m_y1(y1)
93 double m_y1; member in class:WebCore::CSSCubicBezierTimingFunctionValue
/external/webkit/Source/WebCore/svg/
H A DLinearGradientAttributes.h30 , m_y1()
41 SVGLength y1() const { return m_y1; }
46 void setY1(const SVGLength& value) { m_y1 = value; m_y1Set = true; }
58 SVGLength m_y1; member in struct:WebCore::LinearGradientAttributes
H A DSVGPathSegCurvetoQuadratic.h36 , m_y1(y1)
61 float y1() const { return m_y1; }
64 m_y1 = y1;
72 float m_y1; member in class:WebCore::SVGPathSegCurvetoQuadratic
H A DSVGPathSegCurvetoCubic.h36 , m_y1(y1)
63 float y1() const { return m_y1; }
66 m_y1 = y1;
88 float m_y1; member in class:WebCore::SVGPathSegCurvetoCubic
/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;
101 double y1() const { return m_y1; }
115 , m_y1(y1)
122 double m_y1; member in class:WebCore::CubicBezierTimingFunction

Completed in 184 milliseconds