Searched defs:TextValue (Results 1 – 6 of 6) sorted by relevance
/external/skia/modules/skottie/src/ |
D | SkottieValue.h | 73 struct TextValue { struct 84 bool operator==(const TextValue& other) const { argument
|
D | SkottieAdapter.h | 280 ADAPTER_PROPERTY(Text, TextValue, TextValue()) in ADAPTER_PROPERTY() argument
|
D | SkottieValue.cpp | 301 bool ValueTraits<TextValue>::CanLerp(const TextValue&, const TextValue&) { in CanLerp() 307 void ValueTraits<TextValue>::Lerp(const TextValue& v0, const TextValue&, float, TextValue* result) { in Lerp()
|
/external/skqp/modules/skottie/src/ |
D | SkottieValue.h | 73 struct TextValue { struct 84 bool operator==(const TextValue& other) const { argument
|
D | SkottieAdapter.h | 229 ADAPTER_PROPERTY(Text, TextValue, TextValue()) in ADAPTER_PROPERTY() argument
|
D | SkottieValue.cpp | 301 bool ValueTraits<TextValue>::CanLerp(const TextValue&, const TextValue&) { in CanLerp() 307 void ValueTraits<TextValue>::Lerp(const TextValue& v0, const TextValue&, float, TextValue* result) { in Lerp()
|