Searched defs:TextValue (Results 1 – 6 of 6) sorted by relevance
73 struct TextValue { struct84 bool operator==(const TextValue& other) const { argument
229 ADAPTER_PROPERTY(Text, TextValue, TextValue()) in ADAPTER_PROPERTY() argument
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()
16 typedef TextPropertyValue TextValue; typedef
786 export interface TextValue { interface
390 std::string TextValue; member