Home
last modified time | relevance | path

Searched refs:OutCycle (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieProperty.h134 …enum LoopMode : uint8_t { None = 0, InCycle = 1, InPingPong, InOffset, InContinue, OutCycle, OutPi… enumerator
242 case LottieExpression::LoopMode::OutCycle: { in _loop()
DtvgLottieExpressions.cpp827 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()