Home
last modified time | relevance | path

Searched refs:LottieTrimpath (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieParser.h95 LottieTrimpath* parseTrimpath();
DtvgLottieParser.cpp816 LottieTrimpath* LottieParser::parseTrimpath() in parseTrimpath()
818 auto trim = new LottieTrimpath; in parseTrimpath()
827 else if (KEY_AS("m")) trim->type = static_cast<LottieTrimpath::Type>(getInt()); in parseTrimpath()
DtvgLottieModel.cpp162 void LottieTrimpath::segment(float frameNo, float& start, float& end, LottieExpressions* exps) in segment()
DtvgLottieModel.h287 struct LottieTrimpath : LottieObject struct
DtvgLottieExpressions.cpp234 static jerry_value_t _buildTrimpath(LottieTrimpath* trimpath, float frameNo) in _buildTrimpath()
657 …case LottieObject::Trimpath: return _buildTrimpath(static_cast<LottieTrimpath*>(target), data->fra… in _content()
DtvgLottieBuilder.cpp862 auto trimpath = static_cast<LottieTrimpath*>(*child); in updateTrimpath()
875 … P(ctx->propagator)->strokeTrim(begin, end, trimpath->type == LottieTrimpath::Type::Simultaneous); in updateTrimpath()