Searched defs:RadialGradientAttributes (Results 1 – 1 of 1) sorted by relevance
27 struct RadialGradientAttributes : GradientAttributes { struct28 RadialGradientAttributes() in RadialGradientAttributes() function42 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 …]