Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/animator/
DVec2KeyframeAnimator.cpp212 bool AnimatablePropertyContainer::bindAutoOrientable(const AnimationBuilder& abuilder, in bindAutoOrientable() function in skottie::internal::AnimatablePropertyContainer
234 return this->bindAutoOrientable(abuilder, jprop, v, nullptr); in bind()
DAnimator.h59 bool bindAutoOrientable(const AnimationBuilder& abuilder,
/external/skia/modules/skottie/src/
DTransform.cpp33 this->bindAutoOrientable(abuilder, jposition, &fPosition, auto_orient ? &fOrientation in TransformAdapter2D()