Searched refs:TextValue (Results 1 – 10 of 10) sorted by relevance
/external/skia/modules/skottie/src/animator/ |
D | TextKeyframeAnimator.cpp | 19 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/ |
D | TextAdapter.h | 43 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;
|
D | TextValue.h | 16 typedef TextPropertyValue TextValue; typedef 21 bool Parse(const skjson::Value&, const AnimationBuilder&, TextValue*);
|
D | BUILD.bazel | 20 "TextValue.cpp", 21 "TextValue.h",
|
D | TextValue.cpp | 16 bool Parse(const skjson::Value& jv, const internal::AnimationBuilder& abuilder, TextValue* v) { in Parse()
|
D | TextAdapter.cpp | 585 void TextAdapter::setText(const TextValue& txt) { in setText()
|
/external/skia/modules/skottie/ |
D | skottie.gni | 121 "$_modules/skottie/src/text/TextValue.cpp", 122 "$_modules/skottie/src/text/TextValue.h",
|
/external/skia/modules/canvaskit/npm_build/types/ |
D | index.d.ts | 869 export interface TextValue { interface 891 value: TextValue;
|
/external/skia/ |
D | public.bzl | 2351 "modules/skottie/src/text/TextValue.cpp", 2352 "modules/skottie/src/text/TextValue.h",
|
D | Android.bp | 2464 "modules/skottie/src/text/TextValue.cpp",
|