Searched defs:RadialGradientAttributes (Results 1 – 1 of 1) sorted by relevance
28 struct RadialGradientAttributes : GradientAttributes { struct29 RadialGradientAttributes() in RadialGradientAttributes() function43 SVGLength cx() const { return m_cx; } in cx()44 SVGLength cy() const { return m_cy; } in cy()45 SVGLength r() const { return m_r; } in r()46 SVGLength fx() const { return m_fx; } in fx()47 SVGLength fy() const { return m_fy; } in fy()49 void setCx(const SVGLength& value) { m_cx = value; m_cxSet = true; } in setCx()50 void setCy(const SVGLength& value) { m_cy = value; m_cySet = true; } in setCy()51 void setR(const SVGLength& value) { m_r = value; m_rSet = true; } in setR()[all …]