thorvg/src/loaders/lottie
Hermet Park a685ed5ce5 lottie/model: Added some essential functions through expressions.
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)
2024-06-24 12:28:09 +09:00
..
jerryscript lottie: integrate JerryScript engine for expressions 2024-06-24 12:27:26 +09:00
rapidjson loader lottie: +rapidjson for lottie json parser. 2023-07-27 00:31:27 +09:00
meson.build lottie: integrate JerryScript engine for expressions 2024-06-24 12:27:26 +09:00
thorvg_lottie.h lottie: Support the Animation Segment(Marker) 2024-06-24 12:00:25 +09:00
tvgLottieAnimation.cpp lottie: code refactoring. 2024-06-24 12:05:59 +09:00
tvgLottieBuilder.cpp lottie: correct the text alignment 2024-06-24 12:24:04 +09:00
tvgLottieBuilder.h updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgLottieInterpolator.cpp lottie: Renamed function names with prefix 2024-04-06 12:08:21 +09:00
tvgLottieInterpolator.h updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgLottieLoader.cpp lottie: code clean up 2024-06-24 12:18:16 +09:00
tvgLottieLoader.h lottie: code refactoring. 2024-06-24 12:05:59 +09:00
tvgLottieModel.cpp common: code refactoring 2024-06-24 12:12:19 +09:00
tvgLottieModel.h lottie/model: Added some essential functions through expressions. 2024-06-24 12:28:09 +09:00
tvgLottieParser.cpp lottie: specify the explicit parsing type. 2024-06-24 12:27:52 +09:00
tvgLottieParser.h lottie: specify the explicit parsing type. 2024-06-24 12:27:52 +09:00
tvgLottieParserHandler.cpp updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgLottieParserHandler.h portability: removed a compiler waring 2024-04-06 12:08:23 +09:00
tvgLottieProperty.h lottie: ++binary search stability. 2024-06-24 12:28:01 +09:00