HomeSort by relevance Sort by last modified time
    Searched refs:m_x2 (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebCore/svg/
LinearGradientAttributes.h 31 , 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
SVGPathSegCurvetoCubicSmooth.h 35 , m_x2(x2)
54 float x2() const { return m_x2; }
57 m_x2 = x2;
71 float m_x2; member in class:WebCore::SVGPathSegCurvetoCubicSmooth
SVGPathSegCurvetoCubic.h 37 , m_x2(x2)
70 float x2() const { return m_x2; }
73 m_x2 = x2;
89 float m_x2; member in class:WebCore::SVGPathSegCurvetoCubic
SVGLineElement.cpp 46 , m_x2(LengthModeWidth)
SVGLinearGradientElement.cpp 52 , m_x2(LengthModeWidth, "100%")
  /external/webkit/Source/WebCore/platform/animation/
TimingFunction.h 95 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/css/
CSSTimingFunctionValue.h 76 double x2() const { return m_x2; }
83 , m_x2(x2)
94 double m_x2; member in class:WebCore::CSSCubicBezierTimingFunctionValue
CSSTimingFunctionValue.cpp 45 text += String::number(m_x2);
  /external/webkit/Source/WebCore/platform/audio/
Biquad.h 84 double m_x2; // input delayed by 2 samples member in class:WebCore::Biquad
Biquad.cpp 77 double x2 = m_x2;
105 m_x2 = x2;
177 m_x1 = m_x2 = m_y1 = m_y2 = 0.0;

Completed in 195 milliseconds