Lines Matching full:value
49 void setCx(const SVGLength& value) { m_cx = value; m_cxSet = true; }
50 void setCy(const SVGLength& value) { m_cy = value; m_cySet = true; }
51 void setR(const SVGLength& value) { m_r = value; m_rSet = true; }
52 void setFx(const SVGLength& value) { m_fx = value; m_fxSet = true; }
53 void setFy(const SVGLength& value) { m_fy = value; m_fySet = true; }