Searched refs:CreateAnimate (Results 1 – 3 of 3) sorted by relevance
30 static RefPtr<SvgNode> CreateAnimate();
37 RefPtr<SvgNode> SvgAnimation::CreateAnimate() in CreateAnimate() function in OHOS::Ace::SvgAnimation
52 { "animate", []() -> RefPtr<SvgNode> { return SvgAnimation::CreateAnimate(); } }, in __anon3de6db050202()