Home
last modified time | relevance | path

Searched refs:OutOffset (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.cpp833 else if (!strcmp(name, EXP_OFFSET)) exp->loop.mode = LottieExpression::LoopMode::OutOffset; in _loopOutCommon()