Searched refs:svgAnimates_ (Results 1 – 2 of 2) sorted by relevance
34 svgAnimates_.clear(); in ~RenderSvg()63 svgAnimates_.clear(); in AddSvgAnimations()73 svgAnimates_.emplace_back(svgAnimate); in AddSvgAnimations()83 for (const auto& svgAnimate : svgAnimates_) { in PrepareAnimations()
148 std::vector<RefPtr<SvgAnimate>> svgAnimates_; variable