Searched defs:LinearGradientAttributes (Results 1 – 1 of 1) sorted by relevance
28 struct LinearGradientAttributes : GradientAttributes { struct29 LinearGradientAttributes() in LinearGradientAttributes() argument41 SVGLength x1() const { return m_x1; } in x1()42 SVGLength y1() const { return m_y1; } in y1()43 SVGLength x2() const { return m_x2; } in x2()44 SVGLength y2() const { return m_y2; } in y2()46 void setX1(const SVGLength& value) { m_x1 = value; m_x1Set = true; } in setX1()47 void setY1(const SVGLength& value) { m_y1 = value; m_y1Set = true; } in setY1()48 void setX2(const SVGLength& value) { m_x2 = value; m_x2Set = true; } in setX2()49 void setY2(const SVGLength& value) { m_y2 = value; m_y2Set = true; } in setY2()[all …]