Lines Matching full:value
55 void setX(const SVGLength& value) { m_x = value; m_xSet = true; }
56 void setY(const SVGLength& value) { m_y = value; m_ySet = true; }
57 void setWidth(const SVGLength& value) { m_width = value; m_widthSet = true; }
58 void setHeight(const SVGLength& value) { m_height = value; m_heightSet = true; }
59 void setBoundingBoxMode(bool value) { m_boundingBoxMode = value; m_boundingBoxModeSet = true; }
60 void setBoundingBoxModeContent(bool value) { m_boundingBoxModeContent = value; m_boundingBoxModeContentSet = true; }
61 void setPatternTransform(const AffineTransform& value) { m_patternTransform = value; m_patternTransformSet = true; }
62 void setPatternContentElement(const SVGPatternElement* value) { m_patternContentElement = value; m_patternContentElementSet = true; }