Searched refs:SceneGraphRevalidator (Results 1 – 5 of 5) sorted by relevance
34 class SceneGraphRevalidator; variable45 SlotManager(sk_sp<skottie::internal::SceneGraphRevalidator>);105 const sk_sp<skottie::internal::SceneGraphRevalidator> fRevalidator;
120 namespace internal { class SceneGraphRevalidator; } variable130 PropertyHandle(sk_sp<NodeT> node, sk_sp<internal::SceneGraphRevalidator> revalidator) in PropertyHandle()142 const sk_sp<internal::SceneGraphRevalidator> fRevalidator;
57 class SceneGraphRevalidator final : public SkNVRefCnt<SceneGraphRevalidator> {250 sk_sp<SceneGraphRevalidator> fRevalidator;
61 void SceneGraphRevalidator::setRoot(sk_sp<sksg::RenderNode> root) { in setRoot()65 void SceneGraphRevalidator::revalidate() { in revalidate()156 , fRevalidator(sk_make_sp<SceneGraphRevalidator>()) in AnimationBuilder()
49 skottie::SlotManager::SlotManager(sk_sp<skottie::internal::SceneGraphRevalidator> revalidator) in SlotManager()