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

/external/webkit/Source/WebCore/svg/
H A DLinearGradientAttributes.h31 , m_x2(LengthModeWidth, "100%")
42 SVGLength x2() const { return m_x2; }
47 void setX2(const SVGLength& value) { m_x2 = value; m_x2Set = true; }
59 SVGLength m_x2; member in struct:WebCore::LinearGradientAttributes
H A DSVGPathSegCurvetoCubicSmooth.h35 , m_x2(x2)
54 float x2() const { return m_x2; }
57 m_x2 = x2;
71 float m_x2; member in class:WebCore::SVGPathSegCurvetoCubicSmooth
H A DSVGPathSegCurvetoCubic.h37 , m_x2(x2)
70 float x2() const { return m_x2; }
73 m_x2 = x2;
89 float m_x2; member in class:WebCore::SVGPathSegCurvetoCubic
H A DSVGLineElement.cpp46 , m_x2(LengthModeWidth)
H A DSVGLinearGradientElement.cpp52 , m_x2(LengthModeWidth, "100%")
/external/webkit/Source/WebCore/css/
H A DCSSTimingFunctionValue.h76 double x2() const { return m_x2; }
83 , m_x2(x2)
94 double m_x2; member in class:WebCore::CSSCubicBezierTimingFunctionValue
H A DCSSTimingFunctionValue.cpp45 text += String::number(m_x2);
/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;
102 double x2() const { return m_x2; }
116 , m_x2(x2)
123 double m_x2; member in class:WebCore::CubicBezierTimingFunction
/external/webkit/Source/WebCore/platform/audio/
H A DBiquad.h84 double m_x2; // input delayed by 2 samples member in class:WebCore::Biquad
H A DBiquad.cpp77 double x2 = m_x2;
105 m_x2 = x2;
177 m_x1 = m_x2 = m_y1 = m_y2 = 0.0;

Completed in 297 milliseconds