Searched refs:m_y2 (Results 1 – 10 of 10) sorted by relevance
32 , m_y2() in LinearGradientAttributes()43 SVGLength y2() const { return m_y2; } in y2()48 void setY2(const SVGLength& value) { m_y2 = value; m_y2Set = true; } in setY2()60 SVGLength m_y2; member
36 , m_y2(y2) in SVGPathSegCurvetoCubicSmooth()61 float y2() const { return m_y2; } in y2()64 m_y2 = y2; in setY2()72 float m_y2; variable
38 , m_y2(y2) in SVGPathSegCurvetoCubic()77 float y2() const { return m_y2; } in y2()80 m_y2 = y2; in setY2()90 float m_y2; variable
47 , m_y2(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
53 , m_y2(LengthModeHeight) in DEFINE_ANIMATED_LENGTH()
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; } in y2()117 , m_y2(y2) in TimingFunction()124 double m_y2; variable
77 double y2() const { return m_y2; } in y2()84 , m_y2(y2) in CSSCubicBezierTimingFunctionValue()95 double m_y2; variable
47 text += String::number(m_y2); in cssText()
79 double y2 = m_y2; in process()107 m_y2 = y2; in process()177 m_x1 = m_x2 = m_y1 = m_y2 = 0.0; in reset()
86 double m_y2; // output delayed by 2 samples variable