Searched refs:parseKFValue (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/modules/skottie/src/animator/ |
H A D | KeyframeAnimator.cpp | 127 auto parsed = this->parseKFValue(abuilder, jkf, jkf["s"], v); in parseKeyframes() 134 parsed = this->parseKFValue(abuilder, jkf, (*prev_kf)["e"], v); in parseKeyframes()
|
H A D | VectorKeyframeAnimator.h | 32 bool parseKFValue(const AnimationBuilder&,
|
H A D | KeyframeAnimator.h | 126 virtual bool parseKFValue(const AnimationBuilder&,
|
H A D | TextKeyframeAnimator.cpp | 98 bool parseKFValue(const AnimationBuilder& abuilder,
|
H A D | ScalarKeyframeAnimator.cpp | 93 bool parseKFValue(const AnimationBuilder&,
|
H A D | VectorKeyframeAnimator.cpp | 206 // parseKFValue() might have stored fewer vectors thanks to tail-deduping. in makeFromKeyframes() 236 bool VectorAnimatorBuilder::parseKFValue(const AnimationBuilder&, in parseKFValue() function in skottie::internal::VectorAnimatorBuilder
|
H A D | Vec2KeyframeAnimator.cpp | 205 bool parseKFValue(const AnimationBuilder&,
|
Completed in 3 milliseconds