Searched refs:LottieExpressions (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieExpressions.h | 43 struct LottieExpressions struct 133 static LottieExpressions* instance(); argument 134 static void retrieve(LottieExpressions* instance); 137 LottieExpressions(); 138 ~LottieExpressions(); 157 struct LottieExpressions argument 165 static LottieExpressions* instance() { return nullptr; } in instance() argument 166 static void retrieve(TVG_UNUSED LottieExpressions* instance) {} in retrieve() argument
|
D | tvgLottieBuilder.h | 97 exps = LottieExpressions::instance(); in LottieBuilder() 102 LottieExpressions::retrieve(exps); in ~LottieBuilder() 134 LottieExpressions* exps;
|
D | tvgLottieExpressions.cpp | 61 static LottieExpressions* exps = nullptr; //singleton instance engine 1218 void LottieExpressions::buildGlobal(LottieExpression* exp) in buildGlobal() 1226 void LottieExpressions::buildComp(jerry_value_t context, float frameNo, LottieLayer* comp, LottieEx… in buildComp() 1246 void LottieExpressions::buildComp(LottieComposition* comp, float frameNo, LottieExpression* exp) in buildComp() 1288 jerry_value_t LottieExpressions::buildGlobal() in buildGlobal() 1328 jerry_value_t LottieExpressions::evaluate(float frameNo, LottieExpression* exp) in evaluate() 1373 LottieExpressions::~LottieExpressions() in ~LottieExpressions() 1384 LottieExpressions::LottieExpressions() in LottieExpressions() function in LottieExpressions 1391 void LottieExpressions::update(float curTime) in update() 1403 LottieExpressions* LottieExpressions::instance() in instance() [all …]
|
D | tvgLottieModel.h | 58 float dashOffset(float frameNo, LottieExpressions* exps) in dashOffset() 63 float dashGap(float frameNo, LottieExpressions* exps) in dashGap() 68 float dashSize(float frameNo, LottieExpressions* exps) in dashSize() 310 void segment(float frameNo, float& start, float& end, LottieExpressions* exps); 592 Fill* fill(float frameNo, LottieExpressions* exps); 765 float remap(LottieComposition* comp, float frameNo, LottieExpressions* exp);
|
D | tvgLottieModel.cpp | 162 void LottieTrimpath::segment(float frameNo, float& start, float& end, LottieExpressions* exps) in segment() 276 Fill* LottieGradient::fill(float frameNo, LottieExpressions* exps) in fill() 460 float LottieLayer::remap(LottieComposition* comp, float frameNo, LottieExpressions* exp) in remap()
|
D | tvgLottieProperty.h | 325 T operator()(float frameNo, LottieExpressions* exps) in operator() 490 …ottieRoundnessModifier* roundness, const LottieOffsetModifier* offsetPath, LottieExpressions* exps) in operator() 571 Result operator()(float frameNo, Fill* fill, LottieExpressions* exps) in operator() 704 Point operator()(float frameNo, LottieExpressions* exps) in operator()
|
D | tvgLottieBuilder.cpp | 107 …ansform, float frameNo, bool autoOrient, Matrix& matrix, uint8_t& opacity, LottieExpressions* exps) in _updateTransform() 228 …oid _updateStroke(LottieStroke* stroke, float frameNo, RenderContext* ctx, LottieExpressions* exps) in _updateStroke() 576 …ss, const LottieOffsetModifier* offsetPath, float frameNo, Shape* merging, LottieExpressions* exps) in _updateStar() 704 …ss, const LottieOffsetModifier* offsetPath, float frameNo, Shape* merging, LottieExpressions* exps) in _updatePolygon()
|