Searched refs:TextValue (Results 1 – 7 of 7) sorted by relevance
19 std::vector<TextValue> vs, TextValue* target_value) in TextKeyframeAnimator()37 const std::vector<TextValue> fValues;38 TextValue* fTarget;46 TextValue* target_value) in TextExpressionAnimator()61 TextValue* fTarget;66 explicit TextAnimatorBuilder(TextValue* target) in TextAnimatorBuilder()102 TextValue val; in parseKFValue()117 std::vector<TextValue> fValues;118 TextValue* fTarget;126 bool AnimatablePropertyContainer::bind<TextValue>(const AnimationBuilder& abuilder, in bind()[all …]
39 const TextValue& getText() const { return fText.fCurrentValue; } in getText()40 void setText(const TextValue&);96 TextValue fCurrentValue;106 const TextValue* operator->() const { return &fCurrentValue; }109 mutable TextValue fPrevValue;
16 typedef TextPropertyValue TextValue; typedef21 bool Parse(const skjson::Value&, const AnimationBuilder&, TextValue*);
16 bool Parse(const skjson::Value& jv, const internal::AnimationBuilder& abuilder, TextValue* v) { in Parse()
435 void TextAdapter::setText(const TextValue& txt) { in setText()
102 "$_src/text/TextValue.cpp",103 "$_src/text/TextValue.h",
790 export interface TextValue { interface812 value: TextValue;