Searched refs:m_cxSet (Results 1 – 1 of 1) sorted by relevance
34 , m_cxSet(false) in RadialGradientAttributes()48 void setCx(const SVGLength& value) { m_cx = value; m_cxSet = true; } in setCx()54 bool hasCx() const { return m_cxSet; } in hasCx()69 bool m_cxSet : 1; member