thorvg/src/loaders/lottie
Hermet Park f31076a67e utils/str: Supplements functions.
Added strDirname(), which returns the directory path name from the given string.
Added str2int(), which converts from the string to the integer.

These functions are used to supplement the existing string manipulation functions in the utils/str module.
2023-08-08 23:47:58 +09:00
..
rapidjson loader lottie: +rapidjson for lottie json parser. 2023-07-27 00:31:27 +09:00
meson.build loader lottie: add lottie builder. 2023-07-27 00:31:27 +09:00
tvgLottieBuilder.cpp loader lottie: ++safety. 2023-07-29 10:29:03 +09:00
tvgLottieBuilder.h loader lottie: ++optimization. 2023-07-28 16:54:44 +09:00
tvgLottieInterpolator.cpp loader lottie: add a lottie specific interpolator. 2023-07-27 00:31:27 +09:00
tvgLottieInterpolator.h loader lottie: add a lottie specific interpolator. 2023-07-27 00:31:27 +09:00
tvgLottieLoader.cpp utils/str: Supplements functions. 2023-08-08 23:47:58 +09:00
tvgLottieLoader.h loader lottie: ++optimization. 2023-07-28 16:54:44 +09:00
tvgLottieModel.h loader lottie: fix a missing initialization. 2023-07-28 16:54:44 +09:00
tvgLottieParser.cpp loader lottie: fix the last memory leak. 2023-07-29 16:16:37 +09:00
tvgLottieParser.h loader lottie: adds the lottie property, model and parser. 2023-07-27 00:31:27 +09:00
tvgLottieParserHandler.cpp loader lottie: adds the lottie property, model and parser. 2023-07-27 00:31:27 +09:00
tvgLottieParserHandler.h loader lottie: adds the lottie property, model and parser. 2023-07-27 00:31:27 +09:00
tvgLottieProperty.h loader lottie: fixed the memory leaks. 2023-07-29 10:29:03 +09:00