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