Searched refs:parseKFValue (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/modules/skottie/src/animator/ |
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()
|
D | VectorKeyframeAnimator.h | 32 bool parseKFValue(const AnimationBuilder&,
|
D | ScalarKeyframeAnimator.cpp | 93 bool parseKFValue(const AnimationBuilder&, in parseKFValue() function in skottie::internal::__anon7baa246b0111::ScalarAnimatorBuilder
|
D | KeyframeAnimator.h | 126 virtual bool parseKFValue(const AnimationBuilder&,
|
D | TextKeyframeAnimator.cpp | 98 bool parseKFValue(const AnimationBuilder& abuilder, in parseKFValue() function in skottie::internal::__anonbc3adeda0111::TextAnimatorBuilder
|
D | VectorKeyframeAnimator.cpp | 236 bool VectorAnimatorBuilder::parseKFValue(const AnimationBuilder&, in parseKFValue() function in skottie::internal::VectorAnimatorBuilder
|
D | Vec2KeyframeAnimator.cpp | 205 bool parseKFValue(const AnimationBuilder&, in parseKFValue() function in skottie::internal::__anon0c9318250111::Vec2AnimatorBuilder
|