Home
last modified time | relevance | path

Searched defs:AnimationBuilder (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/modules/skottie/src/layers/shapelayer/
DShapeLayer.h34 class AnimationBuilder; variable
DMergePaths.cpp31 const skjson::ObjectValue& jmerge, const AnimationBuilder*, in AttachMergeGeometryEffect()
/third_party/skia/modules/skottie/src/animator/
DScalarKeyframeAnimator.cpp88 bool parseValue(const AnimationBuilder&, const skjson::Value& jv) const override { in parseValue() argument
93 bool parseKFValue(const AnimationBuilder&, in parseKFValue()
DAnimator.h26 class AnimationBuilder; variable
DVectorKeyframeAnimator.cpp225 bool VectorAnimatorBuilder::parseValue(const AnimationBuilder&, in parseValue()
236 bool VectorAnimatorBuilder::parseKFValue(const AnimationBuilder&, in parseKFValue()
DVec2KeyframeAnimator.cpp158 bool parseValue(const AnimationBuilder&, const skjson::Value& jv) const override { in parseValue() argument
205 bool parseKFValue(const AnimationBuilder&, in parseKFValue()
DKeyframeAnimator.h27 class AnimationBuilder; variable
/third_party/skia/modules/skottie/include/
DSkottieProperty.h78 namespace internal { class AnimationBuilder; } variable
/third_party/skia/modules/skottie/src/text/
DTextAnimator.h24 class AnimationBuilder; variable
/third_party/skia/modules/skottie/src/
DSkottie.cpp161 AnimationBuilder::AnimationBuilder(sk_sp<ResourceProvider> rp, sk_sp<SkFontMgr> fontmgr, in AnimationBuilder() function in skottie::internal::AnimationBuilder