Searched refs:m_y2 (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGPathSegCurvetoCubicSmooth.h | 35 , m_y2(y2) in SVGPathSegCurvetoCubicSmooth() 60 float y2() const { return m_y2; } in y2() 63 m_y2 = y2; in setY2() 71 float m_y2; variable
|
D | LinearGradientAttributes.h | 31 , m_y2() in LinearGradientAttributes() 42 SVGLength y2() const { return m_y2; } in y2() 47 void setY2(const SVGLength& value) { m_y2 = value; m_y2Set = true; } in setY2() 59 SVGLength m_y2; member
|
D | SVGPathSegCurvetoCubic.h | 37 , m_y2(y2) in SVGPathSegCurvetoCubic() 76 float y2() const { return m_y2; } in y2() 79 m_y2 = y2; in setY2() 89 float m_y2; variable
|
D | SVGLineElement.cpp | 52 , m_y2(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
|
D | SVGLinearGradientElement.cpp | 55 , m_y2(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSTimingFunctionValue.cpp | 39 + String::number(m_y2) + ")"; in customCSSText() 44 return m_x1 == other.m_x1 && m_x2 == other.m_x2 && m_y1 == other.m_y1 && m_y2 == other.m_y2; in equals()
|
D | CSSTimingFunctionValue.h | 46 double y2() const { return m_y2; } in y2() 56 , m_y2(y2) in CSSCubicBezierTimingFunctionValue() 63 double m_y2; variable
|
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/ |
D | TimingFunction.h | 145 m_bezier = adoptPtr(new UnitBezier(m_x1, m_y1, m_x2, m_y2)); in evaluate() 152 double y2() const { return m_y2; } in y2() 162 , m_y2(y2) in CubicBezierTimingFunction() 170 double m_y2; variable
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
D | Biquad.h | 112 double m_y2; // output delayed by 2 samples variable
|
D | Biquad.cpp | 93 double y2 = m_y2; in process() 120 m_y2 = DenormalDisabler::flushDenormalFloatToZero(y2); in process() 205 m_x1 = m_x2 = m_y1 = m_y2 = 0; in reset()
|