Lines Matching refs:LottieLoader
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 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()
292 bool LottieLoader::override(const char* slot) in override()
332 bool LottieLoader::frame(float no) in frame()
354 float LottieLoader::startFrame() in startFrame()
360 float LottieLoader::totalFrame() in totalFrame()
366 float LottieLoader::curFrame() in curFrame()
372 float LottieLoader::duration() in duration()
379 void LottieLoader::sync() in sync()
387 uint32_t LottieLoader::markersCnt() in markersCnt()
393 const char* LottieLoader::markers(uint32_t index) in markers()
401 bool LottieLoader::segment(const char* marker, float& begin, float& end) in segment()
416 bool LottieLoader::ready() in ready()