Home
last modified time | relevance | path

Searched refs:SceneGraphRevalidator (Results 1 – 5 of 5) sorted by relevance

/external/skia/modules/skottie/include/
DSlotManager.h34 class SceneGraphRevalidator; variable
45 SlotManager(sk_sp<skottie::internal::SceneGraphRevalidator>);
105 const sk_sp<skottie::internal::SceneGraphRevalidator> fRevalidator;
DSkottieProperty.h120 namespace internal { class SceneGraphRevalidator; } variable
130 PropertyHandle(sk_sp<NodeT> node, sk_sp<internal::SceneGraphRevalidator> revalidator) in PropertyHandle()
142 const sk_sp<internal::SceneGraphRevalidator> fRevalidator;
/external/skia/modules/skottie/src/
DSkottiePriv.h57 class SceneGraphRevalidator final : public SkNVRefCnt<SceneGraphRevalidator> {
250 sk_sp<SceneGraphRevalidator> fRevalidator;
DSkottie.cpp61 void SceneGraphRevalidator::setRoot(sk_sp<sksg::RenderNode> root) { in setRoot()
65 void SceneGraphRevalidator::revalidate() { in revalidate()
156 , fRevalidator(sk_make_sp<SceneGraphRevalidator>()) in AnimationBuilder()
DSlotManager.cpp49 skottie::SlotManager::SlotManager(sk_sp<skottie::internal::SceneGraphRevalidator> revalidator) in SlotManager()