Home
last modified time | relevance | path

Searched defs:TextValue (Results 1 – 6 of 6) sorted by relevance

/external/skia/modules/skottie/src/
DSkottieValue.h73 struct TextValue { struct
84 bool operator==(const TextValue& other) const { argument
DSkottieAdapter.h280 ADAPTER_PROPERTY(Text, TextValue, TextValue()) in ADAPTER_PROPERTY() argument
DSkottieValue.cpp301 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/
DSkottieValue.h73 struct TextValue { struct
84 bool operator==(const TextValue& other) const { argument
DSkottieAdapter.h229 ADAPTER_PROPERTY(Text, TextValue, TextValue()) in ADAPTER_PROPERTY() argument
DSkottieValue.cpp301 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()