Home
last modified time | relevance | path

Searched refs:m_y2 (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathSegCurvetoCubicSmooth.h35 , 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
DLinearGradientAttributes.h31 , 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
DSVGPathSegCurvetoCubic.h37 , 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
DSVGLineElement.cpp52 , m_y2(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
DSVGLinearGradientElement.cpp55 , m_y2(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSTimingFunctionValue.cpp39 + 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()
DCSSTimingFunctionValue.h46 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/
DTimingFunction.h145 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/
DBiquad.h112 double m_y2; // output delayed by 2 samples variable
DBiquad.cpp93 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()