Searched refs:isOpacity (Results 1 – 3 of 3) sorted by relevance
289 void SetSupportOpacity(bool isOpacity) in SetSupportOpacity() argument291 supportOpacity_ = isOpacity; in SetSupportOpacity()
521 int32_t GetAnimatorValue(char *animatorValue, const int8_t index, bool isOpacity = false) const;
1019 int32_t Component::GetAnimatorValue(char *animatorValue, const int8_t index, bool isOpacity) const in GetAnimatorValue()1045 …isOpacity ? (strtod(value, nullptr) * ALPHA_MAX) : static_cast<int32_t>(strtol(value, nullptr, DEC… in GetAnimatorValue()