Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLottieModel.h289 enum Type : uint8_t { Simultaneous = 1, Individual = 2 }; enumerator
315 Type type = Simultaneous;
DtvgLottieBuilder.cpp875 … P(ctx->propagator)->strokeTrim(begin, end, trimpath->type == LottieTrimpath::Type::Simultaneous); in updateTrimpath()