Searched refs:m_fx (Results 1 – 2 of 2) sorted by relevance
32 , m_fx() in RadialGradientAttributes()45 SVGLength fx() const { return m_fx; } in fx()51 void setFx(const SVGLength& value) { m_fx = value; m_fxSet = true; } in setFx()65 SVGLength m_fx; member
54 , m_fx(LengthModeWidth) in DEFINE_ANIMATED_LENGTH()