Searched refs:TextValue (Results 1 – 10 of 10) sorted by relevance
/external/skia/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 | 280 ADAPTER_PROPERTY(Text, TextValue, TextValue()) in ADAPTER_PROPERTY() argument
|
D | SkottieAnimator.cpp | 407 std::function<void(const TextValue&)>&& apply, in bindProperty() 408 const TextValue* noop) const { in bindProperty()
|
/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()
|