mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-25 09:21:55 +00:00
![]() These internal methods have been introduced to search for content within an object (parent) using a given parameter (name or index). - LottieLayer* LottieGroup::asset(const char* name) - LottieLayer* LottieComposition::asset(const char* name) - LottieLayer* LottieComposition::layer(uint16_t id) - LottieLayer* LottieComposition::layer(const char* name) This converts the frame number to the corresponding time. - float LottieComposition::timeAtFrame(float frameNo) |
||
---|---|---|
.. | ||
jerryscript | ||
rapidjson | ||
meson.build | ||
thorvg_lottie.h | ||
tvgLottieAnimation.cpp | ||
tvgLottieBuilder.cpp | ||
tvgLottieBuilder.h | ||
tvgLottieInterpolator.cpp | ||
tvgLottieInterpolator.h | ||
tvgLottieLoader.cpp | ||
tvgLottieLoader.h | ||
tvgLottieModel.cpp | ||
tvgLottieModel.h | ||
tvgLottieParser.cpp | ||
tvgLottieParser.h | ||
tvgLottieParserHandler.cpp | ||
tvgLottieParserHandler.h | ||
tvgLottieProperty.h |