Searched refs:parseKFValue (Results 1 – 7 of 7) sorted by relevance
/external/skia/modules/skottie/src/animator/ |
D | KeyframeAnimator.cpp | 128 auto parsed = this->parseKFValue(abuilder, jkf, jkf["s"], v); in parseKeyframes() 135 parsed = this->parseKFValue(abuilder, jkf, (*prev_kf)["e"], v); in parseKeyframes()
|
D | VectorKeyframeAnimator.h | 29 bool parseKFValue(const AnimationBuilder&,
|
D | ScalarKeyframeAnimator.cpp | 40 bool parseKFValue(const AnimationBuilder&, in parseKFValue() function in skottie::internal::__anon55a5fcf90111::ScalarKeyframeAnimator::Builder
|
D | TextKeyframeAnimator.cpp | 45 bool parseKFValue(const AnimationBuilder& abuilder, in parseKFValue() function in skottie::internal::__anonb8ab3be80111::TextKeyframeAnimator::Builder
|
D | KeyframeAnimator.h | 116 virtual bool parseKFValue(const AnimationBuilder&,
|
D | VectorKeyframeAnimator.cpp | 200 bool VectorKeyframeAnimatorBuilder::parseKFValue(const AnimationBuilder&, in parseKFValue() function in skottie::internal::VectorKeyframeAnimatorBuilder
|
D | Vec2KeyframeAnimator.cpp | 100 bool parseKFValue(const AnimationBuilder&, in parseKFValue() function in skottie::internal::__anon090375330111::Vec2KeyframeAnimator::Builder
|