Home
last modified time | relevance | path

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

/external/skia/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.h280 ADAPTER_PROPERTY(Text, TextValue, TextValue()) in ADAPTER_PROPERTY() argument
DSkottieAnimator.cpp407 std::function<void(const TextValue&)>&& apply, in bindProperty()
408 const TextValue* noop) const { in bindProperty()
/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()