Searched refs:buildComp (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieExpressions.h | 143 void buildComp(LottieComposition* comp, float frameNo, LottieExpression* exp); 144 void buildComp(jerry_value_t context, float frameNo, LottieLayer* comp, LottieExpression* exp);
|
D | tvgLottieExpressions.cpp | 1226 void LottieExpressions::buildComp(jerry_value_t context, float frameNo, LottieLayer* comp, LottieEx… in buildComp() function in LottieExpressions 1246 void LottieExpressions::buildComp(LottieComposition* comp, float frameNo, LottieExpression* exp) in buildComp() function in LottieExpressions 1248 buildComp(this->comp, frameNo, comp->root, exp); in buildComp() 1335 buildComp(exp->comp, frameNo, exp); in evaluate() 1338 buildComp(thisComp, frameNo, exp->layer->comp, exp); in evaluate()
|