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

  /external/webkit/Source/WebCore/svg/
LinearGradientAttributes.h 30 , 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
SVGPathSegCurvetoQuadratic.h 36 , m_y1(y1)
61 float y1() const { return m_y1; }
64 m_y1 = y1;
72 float m_y1; member in class:WebCore::SVGPathSegCurvetoQuadratic
SVGPathSegCurvetoCubic.h 36 , m_y1(y1)
63 float y1() const { return m_y1; }
66 m_y1 = y1;
88 float m_y1; member in class:WebCore::SVGPathSegCurvetoCubic
SVGLineElement.cpp 45 , m_y1(LengthModeHeight)
SVGLinearGradientElement.cpp 51 , m_y1(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;
101 double y1() const { return m_y1; }
115 , m_y1(y1)
122 double m_y1; member in class:WebCore::CubicBezierTimingFunction
  /external/webkit/Source/WebCore/css/
CSSTimingFunctionValue.h 75 double y1() const { return m_y1; }
82 , m_y1(y1)
93 double m_y1; member in class:WebCore::CSSCubicBezierTimingFunctionValue
CSSTimingFunctionValue.cpp 43 text += String::number(m_y1);
  /external/webkit/Source/WebCore/platform/audio/
Biquad.h 85 double m_y1; // output delayed by 1 sample member in class:WebCore::Biquad
Biquad.cpp 78 double y1 = m_y1;
106 m_y1 = y1;
177 m_x1 = m_x2 = m_y1 = m_y2 = 0.0;

Completed in 583 milliseconds