Searched refs:TextValue (Results 1 – 14 of 14) sorted by relevance
/third_party/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 …]
|
/third_party/flutter/skia/modules/skottie/src/text/ |
D | TextValue.cpp | 17 bool ValueTraits<TextValue>::FromJSON(const skjson::Value& jv, in FromJSON() 19 TextValue* v) { in FromJSON() 112 bool ValueTraits<TextValue>::CanLerp(const TextValue&, const TextValue&) { in CanLerp() argument 118 void ValueTraits<TextValue>::Lerp(const TextValue& v0, const TextValue&, float, TextValue* result) { in Lerp() argument
|
D | TextAdapter.h | 28 ADAPTER_PROPERTY(Text, TextValue, TextValue()) in ADAPTER_PROPERTY() argument
|
D | TextValue.h | 14 typedef TextPropertyValue TextValue; typedef
|
/third_party/skia/modules/skottie/src/text/ |
D | TextAdapter.h | 39 const TextValue& getText() const { return fText.fCurrentValue; } in getText() 40 void setText(const TextValue&); 96 TextValue fCurrentValue; 106 const TextValue* operator->() const { return &fCurrentValue; } 109 mutable TextValue fPrevValue;
|
D | TextValue.h | 16 typedef TextPropertyValue TextValue; typedef 21 bool Parse(const skjson::Value&, const AnimationBuilder&, TextValue*);
|
D | TextValue.cpp | 16 bool Parse(const skjson::Value& jv, const internal::AnimationBuilder& abuilder, TextValue* v) { in Parse()
|
D | TextAdapter.cpp | 435 void TextAdapter::setText(const TextValue& txt) { in setText()
|
/third_party/flutter/skia/modules/skottie/ |
D | skottie.gni | 59 "$_src/text/TextValue.cpp", 60 "$_src/text/TextValue.h",
|
/third_party/skia/modules/skottie/ |
D | skottie.gni | 102 "$_src/text/TextValue.cpp", 103 "$_src/text/TextValue.h",
|
/third_party/flutter/skia/modules/skottie/src/layers/ |
D | TextLayer.cpp | 299 this->bindProperty<TextValue>(*jd, in attachTextLayer() 300 [adapter] (const TextValue& txt) { in attachTextLayer()
|
/third_party/flutter/skia/modules/skottie/src/ |
D | SkottieAnimator.cpp | 456 std::function<void(const TextValue&)>&& apply, in bindProperty() 457 const TextValue* noop) const { in bindProperty()
|
/third_party/skia/modules/canvaskit/npm_build/types/ |
D | index.d.ts | 790 export interface TextValue { interface 812 value: TextValue;
|
/third_party/flutter/engine/flutter/ci/licenses_golden/ |
D | licenses_skia | 4961 FILE: ../../../third_party/skia/modules/skottie/src/text/TextValue.cpp 4962 FILE: ../../../third_party/skia/modules/skottie/src/text/TextValue.h
|