Searched refs:toSVGBoolean (Results 1 – 2 of 2) sorted by relevance
66 …bool fromBoolean = animationElement->animationMode() == ToAnimation ? m_value : toSVGBoolean(from)… in calculateAnimatedValue()67 bool toBoolean = toSVGBoolean(to)->value(); in calculateAnimatedValue()
72 inline PassRefPtr<SVGBoolean> toSVGBoolean(PassRefPtr<SVGPropertyBase> passBase) in toSVGBoolean() function