Searched refs:LottieLoader (Results 1 – 4 of 4) sorted by relevance
36 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 LottieLoader78 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 …]
49 …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()
36 class LottieLoader : public FrameModule, public Task55 LottieLoader();56 ~LottieLoader();
119 return new LottieLoader; in _find()