Searched refs:LottieTrimpath (Results 1 – 6 of 6) sorted by relevance
95 LottieTrimpath* parseTrimpath();
816 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()
162 void LottieTrimpath::segment(float frameNo, float& start, float& end, LottieExpressions* exps) in segment()
287 struct LottieTrimpath : LottieObject struct
234 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()
862 auto trimpath = static_cast<LottieTrimpath*>(*child); in updateTrimpath()875 … P(ctx->propagator)->strokeTrim(begin, end, trimpath->type == LottieTrimpath::Type::Simultaneous); in updateTrimpath()