Home
last modified time | relevance | path

Searched refs:Trimpath (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieModel.h137 Trimpath, enumerator
293 LottieObject::type = LottieObject::Trimpath; in prepare()
DtvgLottieModel.cpp351 if (child->type == LottieObject::Type::Trimpath) trimpath = true; in prepare()
DtvgLottieExpressions.cpp657 …case LottieObject::Trimpath: return _buildTrimpath(static_cast<LottieTrimpath*>(target), data->fra… in _content()
DtvgLottieBuilder.cpp930 case LottieObject::Trimpath: { in updateChildren()