Home
last modified time | relevance | path

Searched refs:InPingPong (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
236 case LottieExpression::LoopMode::InPingPong: { in _loop()
DtvgLottieExpressions.cpp884 … else if (!strcmp(name, EXP_PINGPONG)) exp->loop.mode = LottieExpression::LoopMode::InPingPong; in _loopInCommon()
890 … LottieExpression::LoopMode::InCycle && exp->loop.mode != LottieExpression::LoopMode::InPingPong) { in _loopInCommon()