Searched refs:hasFx (Results 1 – 2 of 2) sorted by relevance
172 if (!attributes.hasFx() && current->hasAttribute(SVGNames::fxAttr)) in collectGradientAttributes()201 if (!attributes.hasFx()) in collectGradientAttributes()
57 bool hasFx() const { return m_fxSet; } in hasFx() function