Searched refs:TextValue (Results 1 – 14 of 14) sorted by relevance
/external/skia/modules/skottie/src/animator/ |
D | TextKeyframeAnimator.cpp | 21 explicit Builder(TextValue* target) : fTarget(target) {} in Builder() 49 TextValue val; in parseKFValue() 64 std::vector<TextValue> fValues; 65 TextValue* fTarget; 70 std::vector<TextValue> vs, TextValue* target_value) in TextKeyframeAnimator() 87 const std::vector<TextValue> fValues; 88 TextValue* fTarget; 96 bool AnimatablePropertyContainer::bind<TextValue>(const AnimationBuilder& abuilder, in bind() 98 TextValue* v) { in bind()
|
/external/skia/modules/skottie/src/text/ |
D | TextAdapter.h | 39 const TextValue& getText() const { return fText.fCurrentValue; } in getText() 40 void setText(const TextValue&); 94 TextValue fCurrentValue; 104 const TextValue* operator->() const { return &fCurrentValue; } 107 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 | 253 void TextAdapter::setText(const TextValue& txt) { in setText()
|
/external/skqp/modules/skottie/src/ |
D | SkottieValue.cpp | 248 bool ValueTraits<TextValue>::FromJSON(const skjson::Value& jv, in FromJSON() 250 TextValue* v) { in FromJSON() 301 bool ValueTraits<TextValue>::CanLerp(const TextValue&, const TextValue&) { in CanLerp() argument 307 void ValueTraits<TextValue>::Lerp(const TextValue& v0, const TextValue&, float, TextValue* result) { in Lerp() argument
|
D | SkottieValue.h | 73 struct TextValue { struct 84 bool operator==(const TextValue& other) const { argument 96 bool operator!=(const TextValue& other) const { return !(*this == other); }
|
D | SkottieTextLayer.cpp | 287 this->bindProperty<TextValue>(*jd, ascope, [adapter] (const TextValue& txt) { in attachTextLayer()
|
D | SkottieAdapter.h | 229 ADAPTER_PROPERTY(Text, TextValue, TextValue()) in ADAPTER_PROPERTY() argument
|
D | SkottieAnimator.cpp | 409 std::function<void(const TextValue&)>&& apply, in bindProperty() 410 const TextValue* noop) const { in bindProperty()
|
/external/skia/modules/skottie/ |
D | skottie.gni | 98 "$_src/text/TextValue.cpp", 99 "$_src/text/TextValue.h",
|
/external/skia/modules/canvaskit/npm_build/types/ |
D | index.d.ts | 786 export interface TextValue { interface 808 value: TextValue;
|
/external/llvm-project/llvm/lib/MC/MCParser/ |
D | MasmParser.cpp | 390 std::string TextValue; member 1131 MemoryBuffer::getMemBufferCopy(it->second.TextValue, in Lex() 3282 Var.TextValue = Value; in parseDirectiveEquate() 3288 Var.TextValue += Value; in parseDirectiveEquate() 3316 Var.TextValue = StringRef(StartLoc.getPointer(), in parseDirectiveEquate() 3392 Data = Var.TextValue; in parseTextItem() 6562 A.push_back(AsmToken(AsmToken::String, Var.TextValue)); in expandStatement() 6917 Var.TextValue = Value.str(); in defineMacro()
|
/external/skia/ |
D | Android.bp | 2432 "modules/skottie/src/text/TextValue.cpp", 3586 "modules/skottie/src/text/TextValue.cpp",
|