Searched refs:animatorValue (Results 1 – 2 of 2) sorted by relevance
1019 int32_t Component::GetAnimatorValue(char *animatorValue, const int8_t index, bool isOpacity) const in GetAnimatorValue() argument1021 …if ((animatorValue == nullptr) || (strlen(animatorValue) == 0) || (strlen(animatorValue) >= UINT8_… in GetAnimatorValue()1032 char *value = strtok_s(animatorValue, ANIMATION_VALUE_SEP, &next); in GetAnimatorValue()
521 int32_t GetAnimatorValue(char *animatorValue, const int8_t index, bool isOpacity = false) const;