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

/external/webkit/Source/WebCore/platform/audio/
H A DBiquad.h83 double m_x1; // input delayed by 1 sample member in class:WebCore::Biquad
/external/webkit/Source/WebCore/css/
H A DCSSTimingFunctionValue.h74 double x1() const { return m_x1; }
81 : m_x1(x1)
92 double m_x1; member in class:WebCore::CSSCubicBezierTimingFunctionValue
/external/webkit/Source/WebCore/svg/
H A DLinearGradientAttributes.h29 : m_x1()
40 SVGLength x1() const { return m_x1; }
45 void setX1(const SVGLength& value) { m_x1 = value; m_x1Set = true; }
57 SVGLength m_x1; member in struct:WebCore::LinearGradientAttributes
H A DSVGPathSegCurvetoQuadratic.h35 , m_x1(x1)
54 float x1() const { return m_x1; }
57 m_x1 = x1;
71 float m_x1; member in class:WebCore::SVGPathSegCurvetoQuadratic
H A DSVGPathSegCurvetoCubic.h35 , m_x1(x1)
56 float x1() const { return m_x1; }
59 m_x1 = x1;
87 float m_x1; 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;
100 double x1() const { return m_x1; }
114 , m_x1(x1)
121 double m_x1; member in class:WebCore::CubicBezierTimingFunction

Completed in 261 milliseconds