Home
last modified time | relevance | path

Searched refs:TextValue (Results 1 – 10 of 10) sorted by relevance

/external/skia/modules/skottie/src/animator/
DTextKeyframeAnimator.cpp19 std::vector<TextValue> vs, TextValue* target_value) in TextKeyframeAnimator()
37 const std::vector<TextValue> fValues;
38 TextValue* fTarget;
46 TextValue* target_value) in TextExpressionAnimator()
61 TextValue* fTarget;
66 explicit TextAnimatorBuilder(TextValue* target) in TextAnimatorBuilder()
102 TextValue val; in parseKFValue()
117 std::vector<TextValue> fValues;
118 TextValue* fTarget;
126 bool AnimatablePropertyContainer::bind<TextValue>(const AnimationBuilder& abuilder, in bind()
[all …]
/external/skia/modules/skottie/src/text/
DTextAdapter.h43 const TextValue& getText() const { return fText.fCurrentValue; } in getText()
44 void setText(const TextValue&);
104 TextValue fCurrentValue;
114 const TextValue* operator->() const { return &fCurrentValue; }
117 mutable TextValue fPrevValue;
DTextValue.h16 typedef TextPropertyValue TextValue; typedef
21 bool Parse(const skjson::Value&, const AnimationBuilder&, TextValue*);
DBUILD.bazel20 "TextValue.cpp",
21 "TextValue.h",
DTextValue.cpp16 bool Parse(const skjson::Value& jv, const internal::AnimationBuilder& abuilder, TextValue* v) { in Parse()
DTextAdapter.cpp585 void TextAdapter::setText(const TextValue& txt) { in setText()
/external/skia/modules/skottie/
Dskottie.gni121 "$_modules/skottie/src/text/TextValue.cpp",
122 "$_modules/skottie/src/text/TextValue.h",
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts869 export interface TextValue { interface
891 value: TextValue;
/external/skia/
Dpublic.bzl2351 "modules/skottie/src/text/TextValue.cpp",
2352 "modules/skottie/src/text/TextValue.h",
DAndroid.bp2464 "modules/skottie/src/text/TextValue.cpp",