Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/animator/
DTextKeyframeAnimator.cpp21 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/
DTextAdapter.h39 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;
DTextValue.h16 typedef TextPropertyValue TextValue; typedef
21 bool Parse(const skjson::Value&, const AnimationBuilder&, TextValue*);
DTextValue.cpp16 bool Parse(const skjson::Value& jv, const internal::AnimationBuilder& abuilder, TextValue* v) { in Parse()
DTextAdapter.cpp253 void TextAdapter::setText(const TextValue& txt) { in setText()
/external/skqp/modules/skottie/src/
DSkottieValue.cpp248 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
DSkottieValue.h73 struct TextValue { struct
84 bool operator==(const TextValue& other) const { argument
96 bool operator!=(const TextValue& other) const { return !(*this == other); }
DSkottieTextLayer.cpp287 this->bindProperty<TextValue>(*jd, ascope, [adapter] (const TextValue& txt) { in attachTextLayer()
DSkottieAdapter.h229 ADAPTER_PROPERTY(Text, TextValue, TextValue()) in ADAPTER_PROPERTY() argument
DSkottieAnimator.cpp409 std::function<void(const TextValue&)>&& apply, in bindProperty()
410 const TextValue* noop) const { in bindProperty()
/external/skia/modules/skottie/
Dskottie.gni98 "$_src/text/TextValue.cpp",
99 "$_src/text/TextValue.h",
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts786 export interface TextValue { interface
808 value: TextValue;
/external/llvm-project/llvm/lib/MC/MCParser/
DMasmParser.cpp390 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/
DAndroid.bp2432 "modules/skottie/src/text/TextValue.cpp",
3586 "modules/skottie/src/text/TextValue.cpp",