Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLottieProperty.h134 … 0, InCycle = 1, InPingPong, InOffset, InContinue, OutCycle, OutPingPong, OutOffset, OutContinue }; enumerator
DtvgLottieExpressions.cpp834 … else if (!strcmp(name, EXP_CONTINUE)) exp->loop.mode = LottieExpression::LoopMode::OutContinue; in _loopOutCommon()