Searched defs:exps (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
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()
|
D | tvgLottieBuilder.h | 134 LottieExpressions* exps; member
|
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()
|
D | tvgLottieExpressions.cpp | 61 static LottieExpressions* exps = nullptr; //singleton instance engine variable
|