Home
last modified time | relevance | path

Searched refs:dispatchTransformProperty (Results 1 – 3 of 3) sorted by relevance

/external/skia/modules/skottie/src/
DTransform.cpp127 const auto dispatched = this->dispatchTransformProperty(adapter); in attachMatrix2D()
DSkottiePriv.h177 bool dispatchTransformProperty(const sk_sp<TransformAdapter2D>&) const;
DSkottie.cpp280 bool AnimationBuilder::dispatchTransformProperty(const sk_sp<TransformAdapter2D>& t) const { in dispatchTransformProperty() function in skottie::internal::AnimationBuilder