Home
last modified time | relevance | path

Searched defs:RadialGradientAttributes (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/svg/
DRadialGradientAttributes.h27 struct RadialGradientAttributes : GradientAttributes { struct
28 RadialGradientAttributes() in RadialGradientAttributes() function
42 SVGLength cx() const { return m_cx; } in cx()
43 SVGLength cy() const { return m_cy; } in cy()
44 SVGLength r() const { return m_r; } in r()
45 SVGLength fx() const { return m_fx; } in fx()
46 SVGLength fy() const { return m_fy; } in fy()
48 void setCx(const SVGLength& value) { m_cx = value; m_cxSet = true; } in setCx()
49 void setCy(const SVGLength& value) { m_cy = value; m_cySet = true; } in setCy()
50 void setR(const SVGLength& value) { m_r = value; m_rSet = true; } in setR()
[all …]