Searched refs:OutCycle (Results 1 – 2 of 2) sorted by relevance
134 …enum LoopMode : uint8_t { None = 0, InCycle = 1, InPingPong, InOffset, InContinue, OutCycle, OutPi… enumerator242 case LottieExpression::LoopMode::OutCycle: { in _loop()
827 exp->loop.mode = LottieExpression::LoopMode::OutCycle; in _loopOutCommon()831 if (!strcmp(name, EXP_CYCLE)) exp->loop.mode = LottieExpression::LoopMode::OutCycle; in _loopOutCommon()838 …if (exp->loop.mode != LottieExpression::LoopMode::OutCycle && exp->loop.mode != LottieExpression::… in _loopOutCommon()