Home
last modified time | relevance | path

Searched refs:LottieLoader (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieLoader.cpp36 void LottieLoader::run(unsigned tid) in run()
57 void LottieLoader::release() in release()
72 LottieLoader::LottieLoader() : FrameModule(FileType::Lottie), builder(new LottieBuilder) in LottieLoader() function in LottieLoader
78 LottieLoader::~LottieLoader() in ~LottieLoader()
90 bool LottieLoader::header() in header()
201 bool LottieLoader::open(const char* data, uint32_t size, bool copy) in open()
219 bool LottieLoader::open(const string& path) in open()
251 bool LottieLoader::resize(Paint* paint, float w, float h) in resize()
269 bool LottieLoader::read() in read()
282 Paint* LottieLoader::paint() in paint()
[all …]
DtvgLottieAnimation.cpp49 …if (static_cast<LottieLoader*>(pImpl->picture->pImpl->loader)->override(slot)) return Result::Succ… in override()
66 …if (!static_cast<LottieLoader*>(loader)->segment(marker, begin, end)) return Result::InvalidArgume… in segment()
76 return static_cast<LottieLoader*>(loader)->markersCnt(); in markersCnt()
84 return static_cast<LottieLoader*>(loader)->markers(idx); in marker()
DtvgLottieLoader.h36 class LottieLoader : public FrameModule, public Task
55 LottieLoader();
56 ~LottieLoader();
DtvgLoader.cpp119 return new LottieLoader; in _find()