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

  /external/webkit/Source/WebCore/svg/
LinearGradientAttributes.h 32 , m_y2()
43 SVGLength y2() const { return m_y2; }
48 void setY2(const SVGLength& value) { m_y2 = value; m_y2Set = true; }
60 SVGLength m_y2; member in struct:WebCore::LinearGradientAttributes
SVGPathSegCurvetoCubicSmooth.h 36 , m_y2(y2)
61 float y2() const { return m_y2; }
64 m_y2 = y2;
72 float m_y2; member in class:WebCore::SVGPathSegCurvetoCubicSmooth
SVGPathSegCurvetoCubic.h 38 , m_y2(y2)
77 float y2() const { return m_y2; }
80 m_y2 = y2;
90 float m_y2; member in class:WebCore::SVGPathSegCurvetoCubic
SVGLineElement.cpp 47 , m_y2(LengthModeHeight)
SVGLinearGradientElement.cpp 53 , m_y2(LengthModeHeight)
  /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;
103 double y2() const { return m_y2; }
117 , m_y2(y2)
124 double m_y2; member in class:WebCore::CubicBezierTimingFunction
  /external/webkit/Source/WebCore/css/
CSSTimingFunctionValue.h 77 double y2() const { return m_y2; }
84 , m_y2(y2)
95 double m_y2; member in class:WebCore::CSSCubicBezierTimingFunctionValue
CSSTimingFunctionValue.cpp 47 text += String::number(m_y2);
  /external/webkit/Source/WebCore/platform/audio/
Biquad.h 86 double m_y2; // output delayed by 2 samples member in class:WebCore::Biquad
Biquad.cpp 79 double y2 = m_y2;
107 m_y2 = y2;
177 m_x1 = m_x2 = m_y1 = m_y2 = 0.0;

Completed in 1278 milliseconds